Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2023-01-14 13:28:04 +01:00
parent 385c92bbe3
commit 0756aeff49
No known key found for this signature in database
GPG Key ID: C3C4820857F654FE
2 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-cachyos pkgbase = linux-cachyos
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.1.5 pkgver = 6.1.6
pkgrel = 1 pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos url = https://github.com/CachyOS/linux-cachyos
arch = x86_64 arch = x86_64
@ -21,18 +21,18 @@ pkgbase = linux-cachyos
makedepends = make makedepends = make
makedepends = patch makedepends = patch
options = !strip options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.5.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.6.tar.xz
source = config source = config
source = auto-cpu-optimization.sh 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/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/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 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/sched/0001-bore-cachy.patch
sha256sums = bc7f6d9a8a8bbe9a723e82346bba94b58d926f78bfba106b21e041e0290076fc sha256sums = 3e4d8e561da5703a205ae8d7b2bed6c5c64fc4299eebcbfd20481e63b57d5ee3
sha256sums = d4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a sha256sums = d4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106 sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = f86c2d17c9a6c1fde18e9fefe93357df9bc7cdb1e4ec68e8aa90739d3949120f sha256sums = 8c3ff15ce2db3fd79abdbb6d3111e10956ba576aa29bb64253b4d6169546601b
sha256sums = 7f451ad7275056baaa299091f8a033e97d3edc4f67669318d80d3bc986ffb6b6 sha256sums = ef23bd80154aaab224a4426a381cb0c4d759983a12f16a402bb1eeffdcde81bb
sha256sums = 30dcde51520d4d2ef290a7c25d96d814656e86c2448be5f096578a86c742e561 sha256sums = e2b8d0f8c406f320c30196805889f213b7cca6692df6de98754614c673506d59
pkgname = linux-cachyos pkgname = linux-cachyos
pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules 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 pkgbase=linux-$pkgsuffix
fi fi
_major=6.1 _major=6.1
_minor=5 _minor=6
#_minorc=$((_minor+1)) #_minorc=$((_minor+1))
#_rcver=rc8 #_rcver=rc8
pkgver=${_major}.${_minor} pkgver=${_major}.${_minor}
@ -1052,9 +1052,9 @@ for _p in "${pkgname[@]}"; do
}" }"
done done
sha256sums=('bc7f6d9a8a8bbe9a723e82346bba94b58d926f78bfba106b21e041e0290076fc' sha256sums=('3e4d8e561da5703a205ae8d7b2bed6c5c64fc4299eebcbfd20481e63b57d5ee3'
'd4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a' 'd4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106' '41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'f86c2d17c9a6c1fde18e9fefe93357df9bc7cdb1e4ec68e8aa90739d3949120f' '8c3ff15ce2db3fd79abdbb6d3111e10956ba576aa29bb64253b4d6169546601b'
'7f451ad7275056baaa299091f8a033e97d3edc4f67669318d80d3bc986ffb6b6' 'ef23bd80154aaab224a4426a381cb0c4d759983a12f16a402bb1eeffdcde81bb'
'30dcde51520d4d2ef290a7c25d96d814656e86c2448be5f096578a86c742e561') 'e2b8d0f8c406f320c30196805889f213b7cca6692df6de98754614c673506d59')