Bump to 5.18.11-1

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2022-07-12 18:43:46 +02:00
parent a4fd221f43
commit 88e1ff7a79
No known key found for this signature in database
GPG Key ID: 79AFA05ABDB26C5A
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-cachyos
pkgdesc = Linux BORE 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-cachyos
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-bore-sched.patch
sha256sums = f99e3d01dbb8ee6fe765d9cb2b2e073afd2dc581c0d3979751c862745d73dee3
sha256sums = e20d8e54a782f7079b22762e8ee8adec0d08351b1083553adb2d6885ad1815af
sha256sums = 77b27a36371d871b8fb22e43310df46a385ae9d1c69e35679eda7fca57d6eb26
sha256sums = ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f
sha256sums = c58bda90a576c795bb70a53a5fabb4e3d5a56bf0b4b33bf033e63b376c38c739
sha256sums = 9a8c1a728fd999d7784c55d07d58bf32b84fe6ad2dc661c018c9cc1eff090190
sha256sums = 7a36fe0a53a644ade0ce85f08f9ca2ebaddd47876966b7cc9d4cae8844649271
pkgname = linux-cachyos

View File

@ -118,7 +118,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=5.18
_minor=10
_minor=11
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@ -770,8 +770,8 @@ for _p in "${pkgname[@]}"; do
}"
done
sha256sums=('f99e3d01dbb8ee6fe765d9cb2b2e073afd2dc581c0d3979751c862745d73dee3'
sha256sums=('e20d8e54a782f7079b22762e8ee8adec0d08351b1083553adb2d6885ad1815af'
'77b27a36371d871b8fb22e43310df46a385ae9d1c69e35679eda7fca57d6eb26'
'ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f'
'c58bda90a576c795bb70a53a5fabb4e3d5a56bf0b4b33bf033e63b376c38c739'
'9a8c1a728fd999d7784c55d07d58bf32b84fe6ad2dc661c018c9cc1eff090190'
'7a36fe0a53a644ade0ce85f08f9ca2ebaddd47876966b7cc9d4cae8844649271')