mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
linux: switch to 3.18.
This commit is contained in:
parent
c141d13dd4
commit
b5c4425d5f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux
|
pkgname=linux
|
||||||
version=3.17
|
version=3.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
short_desc="Linux kernel meta package"
|
short_desc="The Linux kernel meta package"
|
||||||
update_site="https://www.kernel.org/feeds/kdist.xml"
|
update_site="https://www.kernel.org/feeds/kdist.xml"
|
||||||
update_pattern="<title>\K\d+.\d+(?=.[\d]+: stable</title>)"
|
update_pattern="<title>\K\d+.\d+(?=.[\d]+: stable</title>)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -13,8 +13,8 @@ only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
depends="linux3.17 linux-firmware-amd linux-firmware-network dracut"
|
depends="linux${version} linux-firmware-amd linux-firmware-network dracut"
|
||||||
_depends_headers="linux3.17-headers"
|
_depends_headers="linux${version}-headers"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue