summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-10-26 18:46:48 +0200
committerPiotr Gorski2022-10-26 18:46:48 +0200
commitdb70a61cf08de7edc9c76715c1c46b6a3d6b3664 (patch)
treec0f3bd46ba113eb898d734cd6b75bc95ef4ec5c8
parenteeabf8d245c2b2940a5e8ca4101297f35212d72e (diff)
downloadaur-db70a61cf08de7edc9c76715c1c46b6a3d6b3664.tar.gz
Bump to 6.0.5
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59f6b27f06e..d43c1a743638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-tt
pkgdesc = Linux TT scheduler Kernel by CachyOS with other patches and improvements
- pkgver = 6.0.3
- pkgrel = 2
+ pkgver = 6.0.5
+ pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@@ -21,18 +21,18 @@ pkgbase = linux-tt
makedepends = make
makedepends = patch
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.3.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.5.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/sched/0001-tt-cachy.patch
- sha256sums = b0d522241805794d8af3a67d331ba063a16496c6fb6d365d48f7ed78ee1c3dcf
+ sha256sums = 61332ef22b53c50c10faabfb965896a7d1ad4f3381f0f89643c820f28a60418e
sha256sums = 6c0d6bc4d2978b5ff6da3854c0938e5bbf9a9171202d87c6f43fb7f7ce1cc5bd
sha256sums = 06d408a1dad0a31aff812a81725acd1c5d8cb70b34eb2eb5b695c8d426d895da
sha256sums = e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e
- sha256sums = 3d8899cdcabe4fcc35a908a4af1f3c253f4c20d6c2672d28c366db1ced384c63
- sha256sums = 8a4e4565cb01d3717f9d1ef63ee2b27bfb9e0da6f41d81fb7d30997a2eb3783a
+ sha256sums = 8cb3cd165819a2624bc7d4724e9a6a64b6e8a0938909acb7b10a5432c04d67d6
+ sha256sums = a456fae71414951f4eaa759c8b2b41ce901da365f055bd5a440310a5e0172d7a
pkgname = linux-tt
pkgdesc = The Linux TT scheduler Kernel by CachyOS with other patches and improvements kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index a4fefdb00ae3..3fe78f75a547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -195,7 +195,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.0
-_minor=3
+_minor=5
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@@ -205,7 +205,7 @@ _stable=${_major}.${_minor}
_srcname=linux-${_stable}
#_srcname=linux-${_major}
pkgdesc='Linux TT scheduler Kernel by CachyOS with other patches and improvements'
-pkgrel=2
+pkgrel=1
_kernver=$pkgver-$pkgrel
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
@@ -235,7 +235,7 @@ source=(
"${_patchsource}/all/0001-cachyos-base-all.patch")
## ZFS Support
if [ -n "$_build_zfs" ]; then
- source+=("git+https://github.com/openzfs/zfs.git#commit=6a6bd493988c75331deab06e5352a9bed035a87d")
+ source+=("git+https://github.com/cachyos/zfs.git#commit=2eb7f7629a9b1507a8b06ae7efacabea7e394387")
fi
## BMQ Scheduler
if [ "$_cpusched" = "bmq" ]; then
@@ -1028,9 +1028,9 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('b0d522241805794d8af3a67d331ba063a16496c6fb6d365d48f7ed78ee1c3dcf'
+sha256sums=('61332ef22b53c50c10faabfb965896a7d1ad4f3381f0f89643c820f28a60418e'
'6c0d6bc4d2978b5ff6da3854c0938e5bbf9a9171202d87c6f43fb7f7ce1cc5bd'
'06d408a1dad0a31aff812a81725acd1c5d8cb70b34eb2eb5b695c8d426d895da'
'e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e'
- '3d8899cdcabe4fcc35a908a4af1f3c253f4c20d6c2672d28c366db1ced384c63'
- '8a4e4565cb01d3717f9d1ef63ee2b27bfb9e0da6f41d81fb7d30997a2eb3783a')
+ '8cb3cd165819a2624bc7d4724e9a6a64b6e8a0938909acb7b10a5432c04d67d6'
+ 'a456fae71414951f4eaa759c8b2b41ce901da365f055bd5a440310a5e0172d7a')