mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
kernel-snapshot: update to 3.5-rc5. x86 config needs update.
This commit is contained in:
parent
0fb0122ea1
commit
6e9cd45613
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
_kmajor=3.5
|
||||
_kminor=0
|
||||
_kpatch=rc3
|
||||
_kpatch=rc5
|
||||
|
||||
pkgname=kernel-snapshot
|
||||
version=${_kmajor}.${_kminor}${_kpatch}
|
||||
|
@ -23,7 +23,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=576bcc6dea6f0f57159542bf6b6990313f6824b6304cb47c962ae859a619f583
|
||||
checksum=7d23bd797592e223f4cf383f6d0cadee9af1d2f408a8ff00ef5e6a9d1b4909b4
|
||||
|
||||
if [ -n "$revision" ]; then
|
||||
_kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue