Merge pull request #2849 from kylesusername/linux3.18
linux3.18: update to 3.18.23
This commit is contained in:
commit
c842bedfba
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux3.18'
|
# Template file for 'linux3.18'
|
||||||
#
|
#
|
||||||
pkgname=linux3.18
|
pkgname=linux3.18
|
||||||
version=3.18.22
|
version=3.18.23
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz"
|
||||||
checksum=1cdcbb46d02da936bf58707c788bb39ca551260964853c1c5f7e49cda602ce2c
|
checksum=726acf99a5de49feccfd1b5227cd574d0b313c979a8fb0df91068c9b945343ca
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ noshlibprovides=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
preserve=yes
|
preserve=yes
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
makedepends="bc perl kmod libressl-openssl"
|
makedepends="bc perl kmod libressl"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
# These files could be modified when an external module is built.
|
# These files could be modified when an external module is built.
|
||||||
mutable_files="
|
mutable_files="
|
||||||
|
|
Loading…
Reference in a new issue