summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-07-12 18:50:19 +0200
committerPiotr Gorski2022-07-12 18:50:19 +0200
commitf28ec06f55627bc2474891367aa4225cbc4f9fa5 (patch)
tree2b8fbd0316ac299d8250fff0b5a9ec40425aad55
parent9b23ed37c28bd74f288afd76ad214a4d908c59d4 (diff)
downloadaur-f28ec06f55627bc2474891367aa4225cbc4f9fa5.tar.gz
Bump to 5.18.11-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rwxr-xr-x.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf1341f95742..3ce938afde18 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-cacule
pkgdesc = Linux cacULE scheduler Kernel by CachyOS with other patches and improvements
- pkgver = 5.18.10
+ pkgver = 5.18.11
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
@@ -24,15 +24,15 @@ pkgbase = linux-cacule
makedepends = make
makedepends = patch
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.18.10.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.18.11.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.18/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.18/sched/0001-cacULE-5.18-migrate.patch
- sha256sums = f99e3d01dbb8ee6fe765d9cb2b2e073afd2dc581c0d3979751c862745d73dee3
+ sha256sums = e20d8e54a782f7079b22762e8ee8adec0d08351b1083553adb2d6885ad1815af
sha256sums = 77b27a36371d871b8fb22e43310df46a385ae9d1c69e35679eda7fca57d6eb26
sha256sums = ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f
- sha256sums = c58bda90a576c795bb70a53a5fabb4e3d5a56bf0b4b33bf033e63b376c38c739
+ sha256sums = 9a8c1a728fd999d7784c55d07d58bf32b84fe6ad2dc661c018c9cc1eff090190
sha256sums = 767e142a3f0af19ee8a50287c453f34657fdf93451d5c94a4a8190b56715feb6
pkgname = linux-cacule
diff --git a/PKGBUILD b/PKGBUILD
index cd9a72de20d6..b454f4d5c95a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -118,7 +118,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=5.18
-_minor=10
+_minor=11
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@@ -771,8 +771,8 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('f99e3d01dbb8ee6fe765d9cb2b2e073afd2dc581c0d3979751c862745d73dee3'
+sha256sums=('e20d8e54a782f7079b22762e8ee8adec0d08351b1083553adb2d6885ad1815af'
'77b27a36371d871b8fb22e43310df46a385ae9d1c69e35679eda7fca57d6eb26'
'ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f'
- 'c58bda90a576c795bb70a53a5fabb4e3d5a56bf0b4b33bf033e63b376c38c739'
+ '9a8c1a728fd999d7784c55d07d58bf32b84fe6ad2dc661c018c9cc1eff090190'
'767e142a3f0af19ee8a50287c453f34657fdf93451d5c94a4a8190b56715feb6')