mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
kernel: update to 3.2.2.
This commit is contained in:
parent
a587bf0373
commit
5cb78884d5
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Common vars shared by the 'kernel' and 'kernel-libc-headers'
|
# Common vars shared by the 'kernel' and 'kernel-libc-headers'
|
||||||
# build templates.
|
# build templates.
|
||||||
_kmajorver=3.2
|
_kmajorver=3.2
|
||||||
version=${_kmajorver}.1
|
version=${_kmajorver}.2
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=1bd7a89830b7e0491943964491ac41ff44299f28e864d90a1f396e57fe24756b
|
checksum=2a203093ebd68a29ad0ea7ecff015d9010986869caebebca056babeee0b512b9
|
||||||
|
|
|
@ -14,7 +14,7 @@ noverifyrdeps=yes
|
||||||
preserve=yes
|
preserve=yes
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
: ${revision:=2}
|
#: ${revision:=1}
|
||||||
_kernel_headers_revision=${revision}
|
_kernel_headers_revision=${revision}
|
||||||
if [ -n "${_kernel_snapshot}" ]; then
|
if [ -n "${_kernel_snapshot}" ]; then
|
||||||
if [ -n "${_kernel_patch_ver}" ]; then
|
if [ -n "${_kernel_patch_ver}" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue