kernel-snapshot: update to 3.6.0-rc4.

This commit is contained in:
Juan RP 2012-09-02 01:34:01 +02:00
parent 8829407120
commit 04e2e2cf67

View file

@ -2,7 +2,7 @@
# #
_kmajor=3.6 _kmajor=3.6
_kminor=0 _kminor=0
_kpatch=rc2 _kpatch=rc4
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=b178b63f8c09ad3ee3fe07942a855dae042cc8f6aaddd0e2ff7790c0db9efe04 checksum=17fa3b35c7eb3c862d80be5bb2160c78cf7b13823a3d9a93eaedad06dc7db022
_kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}" _kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"
kernel_hooks_version="${_kernver}" kernel_hooks_version="${_kernver}"