6.10.12-1 (clr 6.10.12-1467) revert to older commit

This reverts commit 828cd00356.
This commit is contained in:
JeremyStar™ 2024-10-19 15:30:36 +02:00
parent 5036f9917a
commit 1fe10ce61b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
pkgver = 6.11.3
pkgver = 6.10.11
pkgrel = 3
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
@ -18,18 +18,18 @@ pkgbase = linux-clear
makedepends = zstd
options = !strip
options = !debug
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.3.xz
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.11.3-1472
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.11.xz
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.10.11-1464
source = more-uarches-20241001.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20241001.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = E27E5D8A3403A2EF66873BBCDEA66FF797772CDC
validpgpkeys = AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109
sha256sums = 55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e
sha256sums = 774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226
sha256sums = SKIP
sha256sums = 4c808f6dd8814ab55a343649a2e2b925895b7f97044d15fa3424e5cf69349c3e
sha256sums = b0d817a660609b41bdee44e63e3e8dd077ad64cd6e22818e21fe1b8b97a6adb8
sha256sums = SKIP
sha256sums = 3c0a38110cc21dca6b6efec03ce82ed24f473da190354cf740b5ecd6f6589aa7

View file

@ -118,10 +118,10 @@
### BUILD OPTIONS END
# Kernel version
_kernel_major=6.11
_kernel_minor=3
_kernel_major=6.10
_kernel_minor=11
# Clear Linux patches version
_clr=3-1472
_clr=11-1464
# kernel_compiler_patch version
_kernelcompilerpatch="20241001"
# Source directory names
@ -430,8 +430,8 @@ validpgpkeys=(
"E27E5D8A3403A2EF66873BBCDEA66FF797772CDC" # Sasha Levin
"AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109" # Ben Hutchings
)
sha256sums=("55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e"
sha256sums=("774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226"
"SKIP"
"4c808f6dd8814ab55a343649a2e2b925895b7f97044d15fa3424e5cf69349c3e"
"b0d817a660609b41bdee44e63e3e8dd077ad64cd6e22818e21fe1b8b97a6adb8"
"SKIP"
"3c0a38110cc21dca6b6efec03ce82ed24f473da190354cf740b5ecd6f6589aa7")