summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-03-03 18:18:50 +0100
committerPiotr Gorski2023-03-03 18:18:50 +0100
commitf9247a00805bb77a3ffc2d8fa2430cc71f3c00ce (patch)
tree780a181efa58abe3038f4207235fe4e0b60fc10c
parentfd9631a0b95880a1acc54088da409c9ac8c65e2b (diff)
downloadaur-f9247a00805bb77a3ffc2d8fa2430cc71f3c00ce.tar.gz
Bump to 6.2.2-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54f7efb45f7..b0019a770fc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
- pkgver = 6.2.1
+ pkgver = 6.2.2
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
@@ -21,16 +21,16 @@ pkgbase = linux-cachyos
makedepends = make
makedepends = patch
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.1.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.2.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-Add-latency-priority-for-CFS-class.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-bore-cachy.patch
- sha256sums = 2fcc07e1c90ea4ce148f50f9beeb0dca0b6e4b379a768de8abc7a4a26f252534
+ sha256sums = c12755a2bb0e19e83457727e949ee1020cc268f44222488256223da8eeecbfb0
sha256sums = 25d4dd45636b0b2bfb6157578b5ee94b963c4560993a7dc1f7fe642d373e354a
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
- sha256sums = c3677d1d56e2f12b0ea471ac19fcba070ecba265c6c37503371bec06df020f72
+ sha256sums = 2996582fd78eb03506bed903711382818252626b2e1ba5d1b498e8be9947e9c2
sha256sums = a744e56a322e87c3ab9d4ce5b9ffb42e197b66eb45bc1abf1a1a90dafa9aa06a
sha256sums = 200b0b5469fc26e7c77857a13b2e79e85d87e9c8c5461a25ffd58be402a20631
diff --git a/PKGBUILD b/PKGBUILD
index ac28c3e4cb30..8c10ed9b35d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -193,7 +193,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
-_minor=1
+_minor=2
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@@ -841,9 +841,9 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('2fcc07e1c90ea4ce148f50f9beeb0dca0b6e4b379a768de8abc7a4a26f252534'
+sha256sums=('c12755a2bb0e19e83457727e949ee1020cc268f44222488256223da8eeecbfb0'
'25d4dd45636b0b2bfb6157578b5ee94b963c4560993a7dc1f7fe642d373e354a'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
- 'c3677d1d56e2f12b0ea471ac19fcba070ecba265c6c37503371bec06df020f72'
+ '2996582fd78eb03506bed903711382818252626b2e1ba5d1b498e8be9947e9c2'
'a744e56a322e87c3ab9d4ce5b9ffb42e197b66eb45bc1abf1a1a90dafa9aa06a'
'200b0b5469fc26e7c77857a13b2e79e85d87e9c8c5461a25ffd58be402a20631')