diff options
author | micros24 | 2023-12-21 12:44:40 +0800 |
---|---|---|
committer | micros24 | 2023-12-21 12:44:40 +0800 |
commit | 0f8abc162eec01c41bd899d44a75d9de45883489 (patch) | |
tree | 6081accb234ef1b5b0e8ec134cae6dbe489d1713 | |
parent | 241078549e0e5404d66f3c4f2ae5825b2d596728 (diff) | |
download | aur-0f8abc162eec01c41bd899d44a75d9de45883489.tar.gz |
6.6.8-xanmod1 & BORE 3.6.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-xanmod-bore pkgdesc = Linux Xanmod (Stable) with BORE CPU scheduler and tickrate customizations - pkgver = 6.6.7 + pkgver = 6.6.8 pkgrel = 1 url = http://www.xanmod.org/ arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = linux-xanmod-bore options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.sign - source = patch-6.6.7-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.6.7-xanmod1/patch-6.6.7-xanmod1.xz + source = patch-6.6.8-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.6.8-xanmod1/patch-6.6.8-xanmod1.xz source = choose-gcc-optimization.sh source = https://raw.githubusercontent.com/micros24/linux-xanmod-bore/6.6/0001-bore.patch source = https://raw.githubusercontent.com/micros24/linux-xanmod-bore/6.6/0002-o3-optimization.patch @@ -23,9 +23,9 @@ pkgbase = linux-xanmod-bore validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0 sha256sums = SKIP - sha256sums = 9bc8191b89016b62f4fce66742813e3bfb9d85ac063e2ba0cb23d162d64e4d04 + sha256sums = e27ac8593cccac4b7831a0145535be4e5e5efe46594a67e946ff4848c80f5ba1 sha256sums = 5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30 - sha256sums = 065d1e507a53b307142d8c51644798c95d7e8842810949ec6175a2033a7eed71 + sha256sums = 3dc7c5b0f6558307cf75bc0467e496e60bc74a9f878deec85ce20ba0efe66eaa sha256sums = 30dc69c13d6bb0492ff61e9fdbd3b198eb0bb5b33845726c8008822e9162d667 pkgname = linux-xanmod-bore @@ -100,7 +100,7 @@ fi ### IMPORTANT: Do no edit below this line unless you know what you're doing pkgbase=linux-xanmod-bore _major=6.6 -pkgver=${_major}.7 +pkgver=${_major}.8 _branch=6.x xanmod=1 _revision= @@ -138,9 +138,9 @@ for _patch in ${_patches[@]}; do done sha256sums=('d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0' # kernel 'SKIP' # kernel signature - '9bc8191b89016b62f4fce66742813e3bfb9d85ac063e2ba0cb23d162d64e4d04' # xanmod patch + 'e27ac8593cccac4b7831a0145535be4e5e5efe46594a67e946ff4848c80f5ba1' # xanmod patch '5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30' # choose-gcc-optimization.sh - '065d1e507a53b307142d8c51644798c95d7e8842810949ec6175a2033a7eed71' # 0001-bore.patch + '3dc7c5b0f6558307cf75bc0467e496e60bc74a9f878deec85ce20ba0efe66eaa' # 0001-bore.patch '30dc69c13d6bb0492ff61e9fdbd3b198eb0bb5b33845726c8008822e9162d667' # 0002-o3-optimization.patch ) |