6.7.4-1 (clr 6.7.4-1406)
This commit is contained in:
parent
90ef66a889
commit
1232029478
2 changed files with 12 additions and 12 deletions
14
.SRCINFO
14
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Clear Linux
|
||||
pkgver = 6.6.15
|
||||
pkgver = 6.7.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -12,16 +12,16 @@ pkgbase = linux-clear
|
|||
makedepends = pahole
|
||||
makedepends = xmlto
|
||||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.6.15.xz
|
||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.6.12-1400
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.7.4.xz
|
||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.7.4-1406
|
||||
source = more-uarches-20230105.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20230105.tar.gz
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0
|
||||
sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
|
||||
sha256sums = SKIP
|
||||
sha256sums = 88a4e0bb1cb0dfadda16e0ca19b34138fcf15cbdf3902cddfa498de51f25174c
|
||||
sha256sums = 73f653c38fcbdc5bb3e3d30facb0a1fc8659f41d2fe23b263fcc52de03246d83
|
||||
sha256sums = SKIP
|
||||
sha256sums = 802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23
|
||||
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -85,10 +85,10 @@
|
|||
|
||||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=6.6
|
||||
_minor=15
|
||||
_major=6.7
|
||||
_minor=4
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.12-1400
|
||||
_clr=${_major}.4-1406
|
||||
_gcc_more_v='20230105'
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
|
@ -416,9 +416,9 @@ for _p in "${pkgname[@]}"; do
|
|||
}"
|
||||
done
|
||||
|
||||
sha256sums=('d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0'
|
||||
sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
|
||||
'SKIP'
|
||||
'88a4e0bb1cb0dfadda16e0ca19b34138fcf15cbdf3902cddfa498de51f25174c'
|
||||
'73f653c38fcbdc5bb3e3d30facb0a1fc8659f41d2fe23b263fcc52de03246d83'
|
||||
'SKIP'
|
||||
'802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23')
|
||||
|
||||
|
|
Reference in a new issue