6.8.4-1 (clr 6.8.4-1422)
This commit is contained in:
parent
ab4aeb9520
commit
492889b43e
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Clear Linux
|
pkgdesc = Clear Linux
|
||||||
pkgver = 6.8.3
|
pkgver = 6.8.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -15,14 +15,14 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.8.3.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.8.4.xz
|
||||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.2-1420
|
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.4-1422
|
||||||
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 = c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3
|
sha256sums = c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 99227745d59495ea69a95564c3a7d1470239f8dbe8d6329c7170fce82f0df1d2
|
sha256sums = b30537416971e0923ca0a85d63013a05924c7e6e2286f7cd16e4ce59f95e6523
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -86,9 +86,9 @@
|
||||||
### 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.8
|
_major=6.8
|
||||||
_minor=3
|
_minor=4
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.2-1420
|
_clr=${_major}.4-1422
|
||||||
_gcc_more_v='20240221.2'
|
_gcc_more_v='20240221.2'
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
|
@ -421,7 +421,7 @@ done
|
||||||
|
|
||||||
sha256sums=('c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3'
|
sha256sums=('c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'99227745d59495ea69a95564c3a7d1470239f8dbe8d6329c7170fce82f0df1d2'
|
'b30537416971e0923ca0a85d63013a05924c7e6e2286f7cd16e4ce59f95e6523'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')
|
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue