6.7.8-1 (clr 6.7.6-1411)
This commit is contained in:
parent
d0cb4c3dff
commit
c1bc0e834b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Clear Linux
|
pkgdesc = Clear Linux
|
||||||
pkgver = 6.7.7
|
pkgver = 6.7.8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -14,14 +14,14 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
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.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/linux-6.7.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.7.7.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.7.8.xz
|
||||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.7.6-1411
|
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.7.6-1411
|
||||||
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
|
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
|
||||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
|
sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 88583f9969ac0473be017ccd75bf0c9980886b1be0d06fce33e59e94eaeeeb42
|
sha256sums = 065432490d1ed6ba949e0f20dd88e063fb00c992548ee146eaa657974fa412fb
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -86,7 +86,7 @@
|
||||||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||||
|
|
||||||
_major=6.7
|
_major=6.7
|
||||||
_minor=7
|
_minor=8
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.6-1411
|
_clr=${_major}.6-1411
|
||||||
_gcc_more_v='20240221.2'
|
_gcc_more_v='20240221.2'
|
||||||
|
@ -418,7 +418,7 @@ done
|
||||||
|
|
||||||
sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
|
sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'88583f9969ac0473be017ccd75bf0c9980886b1be0d06fce33e59e94eaeeeb42'
|
'065432490d1ed6ba949e0f20dd88e063fb00c992548ee146eaa657974fa412fb'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')
|
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue