mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
linux6.7: update to 6.7.1.
This commit is contained in:
parent
dfe3746f1d
commit
39f9e85e14
1 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux6.7'
|
# Template file for 'linux6.7'
|
||||||
pkgname=linux6.7
|
pkgname=linux6.7
|
||||||
version=6.7.0
|
version=6.7.1
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
|
@ -8,12 +8,13 @@ license="GPL-2.0-only"
|
||||||
homepage="https://www.kernel.org"
|
homepage="https://www.kernel.org"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v${version%%.*}.x/linux-${version%.*}.tar.xz"
|
distfiles="${KERNEL_SITE}/kernel/v${version%%.*}.x/linux-${version%.*}.tar.xz"
|
||||||
|
|
||||||
# if [ "${version##*.}" != 0 ]; then
|
if [ "${version##*.}" != 0 ]; then
|
||||||
# distfiles+=" ${KERNEL_SITE}/kernel/v${version%%.*}.x/patch-${version}.xz"
|
distfiles+=" ${KERNEL_SITE}/kernel/v${version%%.*}.x/patch-${version}.xz"
|
||||||
# skip_extraction="patch-${version}.xz"
|
skip_extraction="patch-${version}.xz"
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
checksum=ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
|
checksum="ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
|
||||||
|
2e1fe49f8fe06bbd2867fcf65073a7c0ee14087d75b512949e9953b1ce85f0f5"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
|
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
|
||||||
|
|
Loading…
Add table
Reference in a new issue