diff --git a/.SRCINFO b/.SRCINFO index 191966a..365e745 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-clear pkgdesc = Clear Linux - pkgver = 5.15.7 - pkgrel = 4 + pkgver = 5.15.8 + pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 @@ -15,18 +15,18 @@ pkgbase = linux-clear options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.7.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.8.xz source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.15.7-1106 - source = more-uarches-20210914.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210914.tar.gz + source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8ba6612318090567422d49ccc79bc7bbe5484cfc/linux-5.15.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8ba6612318090567422d49ccc79bc7bbe5484cfc/linux-5.15.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8 sha256sums = SKIP - sha256sums = 9112078380091e8f18680f9ea863bbd74cf36eaf2ee68f6e483e718ddd3314e1 + sha256sums = c122c139f9b16fb6b78a70259c7fb689773c14581eb202425395e9ee251e98fb sha256sums = SKIP - sha256sums = b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611 + sha256sums = fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba sha256sums = a99d5a96302aaf49da43d3b4d2f9a5f92b1ae9a1bc7f474f0f01a87f64439391 sha256sums = ece72251dacc37d239a5bbf170629c155cee634c05febd8d654b110077d29f28 diff --git a/PKGBUILD b/PKGBUILD index bb5b71d..437879f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -77,12 +77,12 @@ ### IMPORTANT: Do no edit below this line unless you know what you're doing _major=5.15 -_minor=7 +_minor=8 _srcname=linux-${_major} _clr=${_major}.7-1106 pkgbase=linux-clear pkgver=${_major}.${_minor} -pkgrel=4 +pkgrel=1 pkgdesc='Clear Linux' arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" @@ -92,7 +92,7 @@ if [ -n "$_use_llvm_lto" ]; then makedepends+=(clang llvm lld python) fi options=('!strip') -_gcc_more_v='20210914' +_gcc_more_v='20211114' source=( "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz" "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.sign" @@ -398,9 +398,9 @@ done sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8' 'SKIP' - '9112078380091e8f18680f9ea863bbd74cf36eaf2ee68f6e483e718ddd3314e1' + 'c122c139f9b16fb6b78a70259c7fb689773c14581eb202425395e9ee251e98fb' 'SKIP' - 'b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611' + 'fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba' 'a99d5a96302aaf49da43d3b4d2f9a5f92b1ae9a1bc7f474f0f01a87f64439391' 'ece72251dacc37d239a5bbf170629c155cee634c05febd8d654b110077d29f28')