From 7c258508c3da4716554a56f3c6e5798a313b7351 Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Sat, 26 Nov 2022 16:47:21 +0100 Subject: [PATCH] Bump to 6.0.10 Signed-off-by: Piotr Gorski --- .SRCINFO | 10 +++++----- PKGBUILD | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 53d0d5f..1389cf3 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.0.9 + pkgver = 6.0.10 pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 @@ -21,20 +21,20 @@ pkgbase = linux-cachyos makedepends = make makedepends = patch options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.9.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.10.tar.xz source = config source = config-rt source = auto-cpu-optimization.sh source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/all/0001-cachyos-base-all.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/misc/0001-Add-latency-priority-for-CFS-class.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/sched/0001-bore-cachy.patch - sha256sums = 6114a208e82739b4a1ab059ace35262be2a83be34cd1ae23cb8a09337db831c7 + sha256sums = 39e57fcd84cd70bfa3e1a4185d3aa0ed7f1432f24c6548d16326b0c3c9541dd0 sha256sums = cf045c82aceef20747a25fe27e464b4728e5dbc24f9abfbf0ae541b810c06744 sha256sums = c3aae004fe02ddf781037bf95ca9994692d19eda2b6b99d5cd767ae23edfb2a5 sha256sums = e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e - sha256sums = a0734e8dc037d4faae845f7f1c837ba1dbf304c786c1fcd4ff317a2959d64006 + sha256sums = 01d93f8348fcde431df3c7e06fbc3876839d2aaedbd068c17e8c586d188d32fc sha256sums = 8a29fd18c2deb36cf0bbfb16a84819d86fa476ef4792d07dd627c945c0b55f4b - sha256sums = d2a06dbee6da57a24d53fd73ba994195c00ce0ce8b5ae8d827e22632883d3c0b + sha256sums = 237f297abbe9ec890f6ce5de6df1d6a3820921f7253a8436fc1f8a4c720012dc pkgname = linux-cachyos pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules diff --git a/PKGBUILD b/PKGBUILD index 3abf722..ccfddfb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -192,7 +192,7 @@ else pkgbase=linux-$pkgsuffix fi _major=6.0 -_minor=9 +_minor=10 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -1007,10 +1007,10 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('6114a208e82739b4a1ab059ace35262be2a83be34cd1ae23cb8a09337db831c7' +sha256sums=('39e57fcd84cd70bfa3e1a4185d3aa0ed7f1432f24c6548d16326b0c3c9541dd0' 'cf045c82aceef20747a25fe27e464b4728e5dbc24f9abfbf0ae541b810c06744' 'c3aae004fe02ddf781037bf95ca9994692d19eda2b6b99d5cd767ae23edfb2a5' 'e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e' - 'a0734e8dc037d4faae845f7f1c837ba1dbf304c786c1fcd4ff317a2959d64006' + '01d93f8348fcde431df3c7e06fbc3876839d2aaedbd068c17e8c586d188d32fc' '8a29fd18c2deb36cf0bbfb16a84819d86fa476ef4792d07dd627c945c0b55f4b' - 'd2a06dbee6da57a24d53fd73ba994195c00ce0ce8b5ae8d827e22632883d3c0b') + '237f297abbe9ec890f6ce5de6df1d6a3820921f7253a8436fc1f8a4c720012dc')