mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
linux4.0: update to 4.0.0.
This commit is contained in:
parent
3be88ee63f
commit
f0613ca699
1 changed files with 4 additions and 6 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'linux4.0'
|
# Template file for 'linux4.0'
|
||||||
#
|
#
|
||||||
pkgname=linux4.0
|
pkgname=linux4.0
|
||||||
_distver=4.0.0
|
version=4.0.0
|
||||||
_patchver=rc7
|
|
||||||
version=${_distver}${_patchver}
|
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${_distver%.*}-${_patchver}"
|
wrksrc="linux-${version%.*}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.kernel.org"
|
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="http://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-${_distver%.*}-${_patchver}.tar.xz"
|
distfiles="http://www.kernel.org/pub/linux/kernel/v4.x/linux-${version%.*}.tar.xz"
|
||||||
checksum=71e2e7fca435e747e58dcecbb34933c48b677b6a1a2d04dc3b58e9fa09b9c188
|
checksum=0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991
|
||||||
|
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue