5.6.17-1 (clr 5.6.16-958)
This commit is contained in:
parent
64b640b89f
commit
6be133b41d
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Clear Linux
|
||||
pkgver = 5.6.16
|
||||
pkgver = 5.6.17
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -14,8 +14,8 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.6.16.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.6.15-957
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.6.17.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.6.16-958
|
||||
source = enable_additional_cpu_optimizations-20200527.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20200527.tar.gz
|
||||
source = pci-enable-overrides-for-missing-acs-capabilities.patch
|
||||
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
|
||||
|
@ -23,7 +23,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622
|
||||
sha256sums = SKIP
|
||||
sha256sums = d032f7c4c0d894df6e90fb4990afd4dedb0e794129acf7637728bbf536cc4c9c
|
||||
sha256sums = 94cec61d16c1ca98ad8046211822c6aca5e1f09e2968c8630cc453318d828b1c
|
||||
sha256sums = SKIP
|
||||
sha256sums = 8255e6b6e0bdcd66a73d917b56cf2cccdd1c3f4b3621891cfffc203404a5b6dc
|
||||
sha256sums = 2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -68,9 +68,9 @@ _use_current=
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=5.6
|
||||
_minor=16
|
||||
_minor=17
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.15-957
|
||||
_clr=${_major}.16-958
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=1
|
||||
|
@ -352,7 +352,7 @@ done
|
|||
|
||||
sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
|
||||
'SKIP'
|
||||
'd032f7c4c0d894df6e90fb4990afd4dedb0e794129acf7637728bbf536cc4c9c'
|
||||
'94cec61d16c1ca98ad8046211822c6aca5e1f09e2968c8630cc453318d828b1c'
|
||||
'SKIP'
|
||||
'8255e6b6e0bdcd66a73d917b56cf2cccdd1c3f4b3621891cfffc203404a5b6dc'
|
||||
'2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e'
|
||||
|
|
Loading…
Reference in a new issue