Bump to 5.18.10-1

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2022-07-11 17:51:50 +02:00
parent 19d8569a65
commit a4fd221f43
No known key found for this signature in database
GPG Key ID: 79AFA05ABDB26C5A
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = linux-cachyos
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 5.18.9
pkgrel = 2
pkgver = 5.18.10
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@ -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.9.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.18.10.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 = 3882e26fcedcfe3ccfc158b9be2d95df25f26c3795ecf1ad95708ed532f5c93c
sha256sums = f99e3d01dbb8ee6fe765d9cb2b2e073afd2dc581c0d3979751c862745d73dee3
sha256sums = 77b27a36371d871b8fb22e43310df46a385ae9d1c69e35679eda7fca57d6eb26
sha256sums = ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f
sha256sums = 4cf793dc79c93baffea45f005bd4045f3bfd80c6ff72643377b6178b24ca618d
sha256sums = c58bda90a576c795bb70a53a5fabb4e3d5a56bf0b4b33bf033e63b376c38c739
sha256sums = 7a36fe0a53a644ade0ce85f08f9ca2ebaddd47876966b7cc9d4cae8844649271
pkgname = linux-cachyos

View File

@ -118,7 +118,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=5.18
_minor=9
_minor=10
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@ -129,7 +129,7 @@ _srcname=linux-${_stable}
#_srcname=linux-${_major}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux BORE scheduler Kernel by CachyOS with other patches and improvements'
pkgrel=2
pkgrel=1
_kernver=$pkgver-$pkgrel
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
@ -770,8 +770,8 @@ for _p in "${pkgname[@]}"; do
}"
done
sha256sums=('3882e26fcedcfe3ccfc158b9be2d95df25f26c3795ecf1ad95708ed532f5c93c'
sha256sums=('f99e3d01dbb8ee6fe765d9cb2b2e073afd2dc581c0d3979751c862745d73dee3'
'77b27a36371d871b8fb22e43310df46a385ae9d1c69e35679eda7fca57d6eb26'
'ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f'
'4cf793dc79c93baffea45f005bd4045f3bfd80c6ff72643377b6178b24ca618d'
'c58bda90a576c795bb70a53a5fabb4e3d5a56bf0b4b33bf033e63b376c38c739'
'7a36fe0a53a644ade0ce85f08f9ca2ebaddd47876966b7cc9d4cae8844649271')