6.1.13-1 (clr 6.1.12-1271)
This commit is contained in:
parent
c1534a1605
commit
d5a9f10f85
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.1.12
|
pkgver = 6.1.13
|
||||||
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,8 +14,8 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.1.12.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.1.13.xz
|
||||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.1.12-1265
|
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.1.12-1271
|
||||||
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-4ba17e3181e82204446e7e3e1bec927028043558.patch::https://raw.githubusercontent.com/xanmod/linux-patches/4ba17e3181e82204446e7e3e1bec927028043558/linux-6.1.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch
|
source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities-4ba17e3181e82204446e7e3e1bec927028043558.patch::https://raw.githubusercontent.com/xanmod/linux-patches/4ba17e3181e82204446e7e3e1bec927028043558/linux-6.1.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch
|
||||||
source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-4ba17e3181e82204446e7e3e1bec927028043558.patch::https://raw.githubusercontent.com/xanmod/linux-patches/4ba17e3181e82204446e7e3e1bec927028043558/linux-6.1.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch
|
source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-4ba17e3181e82204446e7e3e1bec927028043558.patch::https://raw.githubusercontent.com/xanmod/linux-patches/4ba17e3181e82204446e7e3e1bec927028043558/linux-6.1.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 = 2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
|
sha256sums = 2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 653bd24f8fe05a7daf502c535e49a0dafd195e2a7d66e5f57ed17e2e77be11f2
|
sha256sums = 5ae5551eb50a9392f02ec5cc0c7f07fe7d98f9e80bc930a4904eb47b6c0217ec
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c
|
sha256sums = 5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c
|
||||||
sha256sums = 821136df8fffcb4ae612cdf88af57e294490c0552c55163f8b0f7485b0a035a1
|
sha256sums = 821136df8fffcb4ae612cdf88af57e294490c0552c55163f8b0f7485b0a035a1
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -82,9 +82,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.1
|
_major=6.1
|
||||||
_minor=12
|
_minor=13
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.12-1265
|
_clr=${_major}.12-1271
|
||||||
_gcc_more_v='20220315'
|
_gcc_more_v='20220315'
|
||||||
_xanmod='4ba17e3181e82204446e7e3e1bec927028043558'
|
_xanmod='4ba17e3181e82204446e7e3e1bec927028043558'
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
|
@ -420,7 +420,7 @@ done
|
||||||
|
|
||||||
sha256sums=('2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb'
|
sha256sums=('2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'653bd24f8fe05a7daf502c535e49a0dafd195e2a7d66e5f57ed17e2e77be11f2'
|
'5ae5551eb50a9392f02ec5cc0c7f07fe7d98f9e80bc930a4904eb47b6c0217ec'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c'
|
'5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c'
|
||||||
'821136df8fffcb4ae612cdf88af57e294490c0552c55163f8b0f7485b0a035a1'
|
'821136df8fffcb4ae612cdf88af57e294490c0552c55163f8b0f7485b0a035a1'
|
||||||
|
|
Loading…
Reference in a new issue