kernel-snapshot: update to 3.7-rc1.
This commit is contained in:
parent
de5106f097
commit
f9450f292c
3 changed files with 777 additions and 749 deletions
srcpkgs/kernel-snapshot
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'kernel-snapshot'
|
||||
#
|
||||
_kmajor=3.6
|
||||
_kmajor=3.7
|
||||
_kminor=0
|
||||
_kpatch=rc7
|
||||
_kpatch=rc1
|
||||
|
||||
pkgname=kernel-snapshot
|
||||
version=${_kmajor}.${_kminor}${_kpatch}
|
||||
|
@ -20,7 +20,7 @@ long_desc="
|
|||
This package provides the linux kernel image and associated modules
|
||||
for the testing kernel (future stable releases)."
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.0/testing/linux-${_kmajor}-${_kpatch}.tar.xz"
|
||||
checksum=f5ef8ca32a5a78845b59b53f990ea6f2577c14ca3d7ebd54155f967e6f54f775
|
||||
checksum=96030e6ef7e3d0360212059a56c24c29512f4e6f24af2462cd84aef7c5a26c23
|
||||
|
||||
_kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"
|
||||
kernel_hooks_version="${_kernver}"
|
||||
|
|
Loading…
Reference in a new issue