From e44de2c17f709ffbf767f7d2f1eab17305ca4bbb Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Tue, 24 Sep 2024 19:47:19 +0200 Subject: [PATCH] 6.10.11-1 (clr 6.10.11-1464) --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3786500..3cb6bde 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance. - pkgver = 6.10.10 + pkgver = 6.10.11 pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 @@ -20,14 +20,14 @@ pkgbase = linux-clear options = !debug source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.sign - source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.10.10.xz - source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.10.9-1462 + source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.10.11.xz + source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.10.11-1464 source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226 sha256sums = SKIP - sha256sums = bb50ad317a90bf40846284fa4d3cc8a4065bddec9357be4ab50c74a12b2f2ff5 + sha256sums = b0d817a660609b41bdee44e63e3e8dd077ad64cd6e22818e21fe1b8b97a6adb8 sha256sums = SKIP sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f diff --git a/PKGBUILD b/PKGBUILD index 58a01cc..142287d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -119,9 +119,9 @@ # Kernel version _kernel_major=6.10 -_kernel_minor=10 +_kernel_minor=11 # Clear Linux patches version -_clr=9-1462 +_clr=11-1464 # kernel_compiler_patch version _kernelcompilerpatch="20240221.2" # Source directory names @@ -428,6 +428,6 @@ validpgpkeys=( ) sha256sums=("774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226" "SKIP" - "bb50ad317a90bf40846284fa4d3cc8a4065bddec9357be4ab50c74a12b2f2ff5" + "b0d817a660609b41bdee44e63e3e8dd077ad64cd6e22818e21fe1b8b97a6adb8" "SKIP" "1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f")