6.0.10-1 (clr 6.0.9-1214)
This commit is contained in:
parent
3760835b3a
commit
a6af565124
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Clear Linux
|
pkgdesc = Clear Linux
|
||||||
pkgver = 6.0.9
|
pkgver = 6.0.10
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -14,8 +14,8 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.0.9.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.0.10.xz
|
||||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.9-1213
|
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.9-1214
|
||||||
source = more-uarches-20220315.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20220315.tar.gz
|
source = more-uarches-20220315.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20220315.tar.gz
|
||||||
source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch
|
source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch
|
||||||
source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch
|
source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch
|
||||||
|
@ -23,7 +23,7 @@ pkgbase = linux-clear
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = 5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
|
sha256sums = 5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = dc5704014e53dd661f78fd062facc3518242d3412bef6b9bea69089f53f10a78
|
sha256sums = 0b99d6baf13eef2852938008288bed942dd1d19a54d3de021b0d760bd7086c31
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c
|
sha256sums = 5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c
|
||||||
sha256sums = 9709c5396a182cad3606a19bc7cee54819b3668f16987d3b1c6e221623ad91f8
|
sha256sums = 9709c5396a182cad3606a19bc7cee54819b3668f16987d3b1c6e221623ad91f8
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -82,14 +82,14 @@
|
||||||
### 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.0
|
_major=6.0
|
||||||
_minor=9
|
_minor=10
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.9-1213
|
_clr=${_major}.9-1214
|
||||||
_gcc_more_v='20220315'
|
_gcc_more_v='20220315'
|
||||||
_xanmod='aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc'
|
_xanmod='aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc'
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Clear Linux'
|
pkgdesc='Clear Linux'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
|
@ -420,7 +420,7 @@ done
|
||||||
|
|
||||||
sha256sums=('5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e'
|
sha256sums=('5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'dc5704014e53dd661f78fd062facc3518242d3412bef6b9bea69089f53f10a78'
|
'0b99d6baf13eef2852938008288bed942dd1d19a54d3de021b0d760bd7086c31'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c'
|
'5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c'
|
||||||
'9709c5396a182cad3606a19bc7cee54819b3668f16987d3b1c6e221623ad91f8'
|
'9709c5396a182cad3606a19bc7cee54819b3668f16987d3b1c6e221623ad91f8'
|
||||||
|
|
Loading…
Reference in a new issue