Bump to 6.1.5-1

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2023-01-12 13:29:50 +01:00
parent ded18c445f
commit 8a1c9d0820
No known key found for this signature in database
GPG Key ID: 79AFA05ABDB26C5A
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-cachyos
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.1.4
pkgver = 6.1.5
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
@ -21,18 +21,18 @@ pkgbase = linux-cachyos
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.4.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.5.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/misc/0001-Add-latency-priority-for-CFS-class.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/sched/0001-bore-cachy.patch
sha256sums = 8aa8f64fa60bb13381a9608d1fefbdd0555e2a70c40b2c7d0671b0d64aa4559e
sha256sums = bc7f6d9a8a8bbe9a723e82346bba94b58d926f78bfba106b21e041e0290076fc
sha256sums = d4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = 6abd2a37ab801a2466f275ad11f3123305b160e6aae46705544bf1366b356963
sha256sums = f86c2d17c9a6c1fde18e9fefe93357df9bc7cdb1e4ec68e8aa90739d3949120f
sha256sums = 0241632f91c112dcdffbdc203a9245ee3234f9a8b4e5e2c2de45fd0d228840da
sha256sums = 564b08b5c076ad3b24ee2e975cac0630628581ce7c3b0eeaa40ce888136a00c6
sha256sums = 30dcde51520d4d2ef290a7c25d96d814656e86c2448be5f096578a86c742e561
pkgname = linux-cachyos
pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules

View File

@ -200,7 +200,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.1
_minor=4
_minor=5
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@ -240,7 +240,7 @@ source=(
"${_patchsource}/all/0001-cachyos-base-all.patch")
## ZFS Support
if [ -n "$_build_zfs" ]; then
source+=("git+https://github.com/cachyos/zfs.git#commit=21bd7661334cd865d17934bebbcaf8d3356279ee")
source+=("git+https://github.com/cachyos/zfs.git#commit=0b8e7ba7fb84953690e43b2aea238210d7368aa4")
fi
## Latency NICE Support
if [ -n "$_latency_nice" ]; then
@ -1052,9 +1052,9 @@ for _p in "${pkgname[@]}"; do
}"
done
sha256sums=('8aa8f64fa60bb13381a9608d1fefbdd0555e2a70c40b2c7d0671b0d64aa4559e'
sha256sums=('bc7f6d9a8a8bbe9a723e82346bba94b58d926f78bfba106b21e041e0290076fc'
'd4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'6abd2a37ab801a2466f275ad11f3123305b160e6aae46705544bf1366b356963'
'f86c2d17c9a6c1fde18e9fefe93357df9bc7cdb1e4ec68e8aa90739d3949120f'
'0241632f91c112dcdffbdc203a9245ee3234f9a8b4e5e2c2de45fd0d228840da'
'564b08b5c076ad3b24ee2e975cac0630628581ce7c3b0eeaa40ce888136a00c6')
'30dcde51520d4d2ef290a7c25d96d814656e86c2448be5f096578a86c742e561')