linux6.0: update to 6.0.13.

This commit is contained in:
Đoàn Trần Công Danh 2022-12-15 18:28:13 +07:00
parent 2b284d1b21
commit c7f411918a
2 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@ mkdir -p usr/lib/debug/${mod%/*}
$OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod
$OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod
/usr/bin/$STRIP --strip-debug $mod
gzip -9 $mod
zstd --rm -19 $mod

View File

@ -1,6 +1,6 @@
# Template file for 'linux6.0'
pkgname=linux6.0
version=6.0.12
version=6.0.13
revision=1
short_desc="Linux kernel and modules (${version%.*} series)"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version%.*}.tar.xz
https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-${version}.xz"
checksum="5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
7d6222ec959ed7760385394c4f8bd859cac18109c677c91a89e61998aa4914c6"
061a20ccac50dd8f10e416892a50a2479a15ed67ee0c4dd9160a2829b736841f"
skip_extraction="patch-${version}.xz"
python_version=3
@ -23,7 +23,7 @@ noshlibprovides=yes
preserve=yes
hostmakedepends="tar xz bc elfutils-devel flex gmp-devel kmod libmpc-devel
openssl-devel perl uboot-mkimage cpio pahole python3"
openssl-devel perl uboot-mkimage cpio pahole python3 zstd"
_kernver="${version}_${revision}"
triggers="kernel-hooks"