linux3.18: update to 3.18.0.
This commit is contained in:
parent
df4124915e
commit
7c9a71ac76
1 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'linux3.18'
|
||||
#
|
||||
pkgname=linux3.18
|
||||
_distver=3.18.0
|
||||
_patchver=rc7
|
||||
version="${_distver}${_patchver}"
|
||||
revision=2
|
||||
wrksrc="linux-${_distver%.*}-${_patchver}"
|
||||
version=3.18.0
|
||||
revision=1
|
||||
wrksrc="linux-${version%.*}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-${_distver%.*}-${_patchver}.tar.xz"
|
||||
checksum=736f9756bbf6e41d7f95eaf093913c4fc9473fa90c49dde45e916039469307ff
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version%.*}.tar.xz"
|
||||
checksum=becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue