6.12.4-1 (clr 6.12.4-1518)

This commit is contained in:
JeremyStar™ 2024-12-11 19:54:22 +01:00
parent d9caba7166
commit bfacea4fa1
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
pkgver = 6.12.1
pkgrel = 3
pkgver = 6.12.4
pkgrel = 1
url = https://git.staropensource.de/JeremyStarTM/aur-linux-clear
arch = x86_64
license = GPL-2.0-only
@ -20,8 +20,8 @@ pkgbase = linux-clear
options = !debug
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.1.xz
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.12.1-1493
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.4.xz
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.12.4-1518
source = more-uarches-20241018.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20241018.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
@ -29,7 +29,7 @@ pkgbase = linux-clear
validpgpkeys = AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109
sha256sums = b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb
sha256sums = SKIP
sha256sums = 7013d2a29f02ca7508c7d6264afafdc0c0ee38cf5eef350e7b7f34f1393f2518
sha256sums = ba790766fca3eadade5cf74f0c181a8e42a77556f71d9af4b2bd4a53c8b98641
sha256sums = SKIP
sha256sums = b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61

View file

@ -143,9 +143,9 @@
# Kernel version
_kernel_major=6.12
_kernel_minor=1
_kernel_minor=4
# Clear Linux patches version
_clr=1-1493
_clr=4-1518
# kernel_compiler_patch version
_kernelcompilerpatch="20241018"
# Source directory names
@ -155,7 +155,7 @@ _src_clr=${_kernel_major}.${_clr}
# Package information
pkgbase=linux-clear
pkgver=${_kernel_major}.${_kernel_minor}
pkgrel=3
pkgrel=1
pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance."
arch=("x86_64")
url="https://git.staropensource.de/JeremyStarTM/aur-linux-clear"
@ -494,6 +494,6 @@ validpgpkeys=(
)
sha256sums=("b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb"
"SKIP"
"7013d2a29f02ca7508c7d6264afafdc0c0ee38cf5eef350e7b7f34f1393f2518"
"ba790766fca3eadade5cf74f0c181a8e42a77556f71d9af4b2bd4a53c8b98641"
"SKIP"
"b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61")