5.13.8-1 (clr 5.13.6-1062)
This commit is contained in:
parent
b0b983d9b0
commit
d3e80dc967
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Clear Linux
|
||||
pkgver = 5.13.7
|
||||
pkgver = 5.13.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -14,7 +14,7 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.13.7.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.13.8.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.13.6-1062
|
||||
source = more-uarches-20210616.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210616.tar.gz
|
||||
source = pci-enable-overrides-for-missing-acs-capabilities.patch
|
||||
|
@ -23,7 +23,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9
|
||||
sha256sums = SKIP
|
||||
sha256sums = 4e67f54ebc7f81c418c841f600ca8b124cb607a5c45b5545fe9ad6ae7ff98dba
|
||||
sha256sums = dfbaaf312cd69021fbe8ab597460aa961b8d2944efca35caa26b36fce43e616d
|
||||
sha256sums = SKIP
|
||||
sha256sums = e5b449ef1cd5fef9f24f55250afc2fad85df4fd7371db666f7c7f20eff91c33d
|
||||
sha256sums = 2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -74,7 +74,7 @@ _use_current=
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=5.13
|
||||
_minor=7
|
||||
_minor=8
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.6-1062
|
||||
pkgbase=linux-clear
|
||||
|
@ -353,7 +353,7 @@ done
|
|||
|
||||
sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9'
|
||||
'SKIP'
|
||||
'4e67f54ebc7f81c418c841f600ca8b124cb607a5c45b5545fe9ad6ae7ff98dba'
|
||||
'dfbaaf312cd69021fbe8ab597460aa961b8d2944efca35caa26b36fce43e616d'
|
||||
'SKIP'
|
||||
'e5b449ef1cd5fef9f24f55250afc2fad85df4fd7371db666f7c7f20eff91c33d'
|
||||
'2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e'
|
||||
|
|
Loading…
Reference in a new issue