kernel-snapshot: update to 3.6.0-rc5.

This commit is contained in:
Juan RP 2012-09-09 07:50:35 +02:00
parent 09c47425d9
commit 9d76487141

View file

@ -2,7 +2,7 @@
# #
_kmajor=3.6 _kmajor=3.6
_kminor=0 _kminor=0
_kpatch=rc4 _kpatch=rc5
pkgname=kernel-snapshot pkgname=kernel-snapshot
version=${_kmajor}.${_kminor}${_kpatch} version=${_kmajor}.${_kminor}${_kpatch}
@ -23,7 +23,7 @@ long_desc="
This package provides the linux kernel image and associated modules This package provides the linux kernel image and associated modules
for the testing kernel (future stable releases)." for the testing kernel (future stable releases)."
distfiles="http://www.kernel.org/pub/linux//kernel/v3.0/testing/linux-${_kmajor}-${_kpatch}.tar.xz" distfiles="http://www.kernel.org/pub/linux//kernel/v3.0/testing/linux-${_kmajor}-${_kpatch}.tar.xz"
checksum=17fa3b35c7eb3c862d80be5bb2160c78cf7b13823a3d9a93eaedad06dc7db022 checksum=5a2919f1d606b1362e74924f3219ac08d7e2f2263bcb29dd95e896c88c027b89
_kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}" _kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"
kernel_hooks_version="${_kernver}" kernel_hooks_version="${_kernver}"