summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-01-12 13:35:53 +0100
committerPiotr Gorski2023-01-12 13:35:53 +0100
commit027ebd6e7e95b2ae1b8e226c94b0c50f21ba3cf0 (patch)
treea3f80b22804de73fc91c4a78012e27c0d975f7b6
parentd7b114257aa9ac44e7fc4bbc041dea5c16ece32d (diff)
downloadaur-027ebd6e7e95b2ae1b8e226c94b0c50f21ba3cf0.tar.gz
Bump to 6.1.5-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ed76d906d5b..c9d409494a97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-tt
pkgdesc = Linux TT 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,15 +21,15 @@ pkgbase = linux-tt
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/sched/0001-tt-cachy.patch
- sha256sums = 8aa8f64fa60bb13381a9608d1fefbdd0555e2a70c40b2c7d0671b0d64aa4559e
+ sha256sums = bc7f6d9a8a8bbe9a723e82346bba94b58d926f78bfba106b21e041e0290076fc
sha256sums = d4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
- sha256sums = 6abd2a37ab801a2466f275ad11f3123305b160e6aae46705544bf1366b356963
+ sha256sums = f86c2d17c9a6c1fde18e9fefe93357df9bc7cdb1e4ec68e8aa90739d3949120f
sha256sums = 344f8285a630493cf9586ece488c719200f75df1b8f540a5d9fdf33eae5031b3
pkgname = linux-tt
diff --git a/PKGBUILD b/PKGBUILD
index e6abcf39f183..521dc39248f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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,8 +1052,8 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('8aa8f64fa60bb13381a9608d1fefbdd0555e2a70c40b2c7d0671b0d64aa4559e'
+sha256sums=('bc7f6d9a8a8bbe9a723e82346bba94b58d926f78bfba106b21e041e0290076fc'
'd4f3fc2581e338835a33983cca18bfb3225450a07c456c48c9b051c03236955a'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
- '6abd2a37ab801a2466f275ad11f3123305b160e6aae46705544bf1366b356963'
+ 'f86c2d17c9a6c1fde18e9fefe93357df9bc7cdb1e4ec68e8aa90739d3949120f'
'344f8285a630493cf9586ece488c719200f75df1b8f540a5d9fdf33eae5031b3')