diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-xanmod-bore pkgdesc = Linux Xanmod (Stable) with BORE CPU scheduler and tickrate customizations - pkgver = 6.10.7 + pkgver = 6.10.9 pkgrel = 1 url = http://www.xanmod.org/ arch = x86_64 @@ -17,7 +17,7 @@ pkgbase = linux-xanmod-bore options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.sign - source = patch-6.10.7-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.10.7-xanmod1/patch-6.10.7-xanmod1.xz + source = patch-6.10.9-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.10.9-xanmod1/patch-6.10.9-xanmod1.xz source = choose-gcc-optimization.sh source = https://raw.githubusercontent.com/micros24/linux-xanmod-bore/6.10/0001-bore.patch source = https://raw.githubusercontent.com/micros24/linux-xanmod-bore/6.10/0002-glitched-cfs.patch @@ -27,7 +27,7 @@ pkgbase = linux-xanmod-bore validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226 sha256sums = SKIP - sha256sums = 1ffa7e2e5de21338edb5bfa9ff193c0a84aed326c249cec66c49e737c63f6de8 + sha256sums = 1291a279207c7b0d90cc944e2d451b3472d08f38486966339d7cf7b1ba571b93 sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f sha256sums = 6087b9b35ef98e83c1bde7dff50bc8597ec5bd4a5a5488afcf88166f1748ea7c sha256sums = 1f3258ce1842156fcc35ca4775f6ba50f08f8f339b8cfbc3395949bb0e368872 @@ -93,7 +93,7 @@ fi ### IMPORTANT: Do no edit below this line unless you know what you're doing pkgbase=linux-xanmod-bore _major=6.10 -pkgver=${_major}.7 +pkgver=${_major}.9 _branch=6.x xanmod=1 _revision= @@ -140,7 +140,7 @@ for _patch in ${_patches[@]}; do done sha256sums=('774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226' # kernel 'SKIP' # kernel signature - '1ffa7e2e5de21338edb5bfa9ff193c0a84aed326c249cec66c49e737c63f6de8' # xanmod patch + '1291a279207c7b0d90cc944e2d451b3472d08f38486966339d7cf7b1ba571b93' # xanmod patch 'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f' # choose-gcc-optimization.sh '6087b9b35ef98e83c1bde7dff50bc8597ec5bd4a5a5488afcf88166f1748ea7c' # 0001-bore.patch '1f3258ce1842156fcc35ca4775f6ba50f08f8f339b8cfbc3395949bb0e368872' # 0002-glitched-cfs.patch |