Skip to content

Commit 9acd0ec

Browse files
committed
6.10.4-1 && 6.6.45-1
Signed-off-by: Peter Jung <admin@ptr1337.dev>
1 parent 2b7f562 commit 9acd0ec

File tree

18 files changed

+83
-83
lines changed

18 files changed

+83
-83
lines changed

linux-cachyos-bore/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-bore
22
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.10.3
4-
pkgrel = 3
3+
pkgver = 6.10.4
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -22,15 +22,15 @@ pkgbase = linux-cachyos-bore
2222
options = !strip
2323
options = !debug
2424
options = !lto
25-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.3.tar.xz
25+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.4.tar.xz
2626
source = config
2727
source = auto-cpu-optimization.sh
2828
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/sched/0001-bore-cachy.patch
30-
b2sums = e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564
30+
b2sums = ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503
3131
b2sums = 6fa10f1f0320e46b88ee7afe7ffb6a93168f91136a04b4896b671b905b96a4dca038c1a04d7dc4f4715475eafb01f87449076a2ef111accd171f52cee11f99d3
3232
b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667
33-
b2sums = 5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a
33+
b2sums = c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429
3434
b2sums = 9df21e46a1d2e48ad9bc30007586e6c3e7a423b402f606f4ac69f9e08a26b3323d3dcb3537e5188e08de771b1d40abb97f1ed8e53c3f3c8ec66368b0f0662c4a
3535

3636
pkgname = linux-cachyos-bore

linux-cachyos-bore/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
153153
pkgbase=linux-$pkgsuffix
154154
fi
155155
_major=6.10
156-
_minor=3
156+
_minor=4
157157
#_minorc=$((_minor+1))
158158
#_rcver=rc8
159159
pkgver=${_major}.${_minor}
@@ -163,7 +163,7 @@ _stable=${_major}.${_minor}
163163
_srcname=linux-${_stable}
164164
#_srcname=linux-${_major}
165165
pkgdesc='Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements'
166-
pkgrel=3
166+
pkgrel=1
167167
_kernver=$pkgver-$pkgrel
168168
_kernuname="${pkgver}-${pkgsuffix}"
169169
arch=('x86_64')
@@ -774,8 +774,8 @@ for _p in "${pkgname[@]}"; do
774774
}"
775775
done
776776

777-
b2sums=('e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564'
777+
b2sums=('ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503'
778778
'6fa10f1f0320e46b88ee7afe7ffb6a93168f91136a04b4896b671b905b96a4dca038c1a04d7dc4f4715475eafb01f87449076a2ef111accd171f52cee11f99d3'
779779
'b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667'
780-
'5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a'
780+
'c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429'
781781
'9df21e46a1d2e48ad9bc30007586e6c3e7a423b402f606f4ac69f9e08a26b3323d3dcb3537e5188e08de771b1d40abb97f1ed8e53c3f3c8ec66368b0f0662c4a')

linux-cachyos-deckify/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-deckify
22
pkgdesc = Linux SCHED-EXT + Cachy Sauce + BORE + Deckify Patches Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.10.3
4-
pkgrel = 4
3+
pkgver = 6.10.4
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -22,7 +22,7 @@ pkgbase = linux-cachyos-deckify
2222
options = !strip
2323
options = !debug
2424
options = !lto
25-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.3.tar.xz
25+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.4.tar.xz
2626
source = config
2727
source = auto-cpu-optimization.sh
2828
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch
@@ -31,10 +31,10 @@ pkgbase = linux-cachyos-deckify
3131
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/misc/0001-handheld.patch
3232
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/sched/0001-sched-ext.patch
3333
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/sched/0001-bore-cachy-ext.patch
34-
b2sums = e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564
34+
b2sums = ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503
3535
b2sums = 7e29dbe00a61cb09253519d17924b6d313826cd39cd19c9d655f338bab7c5268ec9eab91c5fec4f524a437408db48ddbd64246d64a62b255b0db84269abd8ca4
3636
b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667
37-
b2sums = 5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a
37+
b2sums = c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429
3838
b2sums = 53e125e8838ef6a3b2a7e1828b225888b2a5dac749c71c622009f61109fe3c113373c42e322af4427d636e0ebe9d23b46c6d0a2b342e7d8dabd8cfa198eed63e
3939
b2sums = be844475f453f79f5d892c2cc2a6843b32501e2a7c57dd0859ec0cba2262d9fa9a95fff77b6e3718dff449c0f3b428fce03bc35d8332081427feedd461388498
4040
b2sums = b693604fc698a1741e6f79491250bdda22748081b2d813bc007e11d52732be62fe3fdec1ec3123a057ea6524bd9f334348df7d8df4940954c03406f2b7f7db6a

linux-cachyos-deckify/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
153153
pkgbase=linux-$pkgsuffix
154154
fi
155155
_major=6.10
156-
_minor=3
156+
_minor=4
157157
#_minorc=$((_minor+1))
158158
#_rcver=rc8
159159
pkgver=${_major}.${_minor}
@@ -163,7 +163,7 @@ _stable=${_major}.${_minor}
163163
_srcname=linux-${_stable}
164164
#_srcname=linux-${_major}
165165
pkgdesc='Linux SCHED-EXT + Cachy Sauce + BORE + Deckify Patches Kernel by CachyOS with other patches and improvements'
166-
pkgrel=4
166+
pkgrel=1
167167
_kernver=$pkgver-$pkgrel
168168
_kernuname="${pkgver}-${pkgsuffix}"
169169
arch=('x86_64')
@@ -777,10 +777,10 @@ for _p in "${pkgname[@]}"; do
777777
}"
778778
done
779779

780-
b2sums=('e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564'
780+
b2sums=('ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503'
781781
'7e29dbe00a61cb09253519d17924b6d313826cd39cd19c9d655f338bab7c5268ec9eab91c5fec4f524a437408db48ddbd64246d64a62b255b0db84269abd8ca4'
782782
'b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667'
783-
'5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a'
783+
'c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429'
784784
'53e125e8838ef6a3b2a7e1828b225888b2a5dac749c71c622009f61109fe3c113373c42e322af4427d636e0ebe9d23b46c6d0a2b342e7d8dabd8cfa198eed63e'
785785
'be844475f453f79f5d892c2cc2a6843b32501e2a7c57dd0859ec0cba2262d9fa9a95fff77b6e3718dff449c0f3b428fce03bc35d8332081427feedd461388498'
786786
'b693604fc698a1741e6f79491250bdda22748081b2d813bc007e11d52732be62fe3fdec1ec3123a057ea6524bd9f334348df7d8df4940954c03406f2b7f7db6a'

linux-cachyos-eevdf/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-eevdf
22
pkgdesc = Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.10.3
4-
pkgrel = 3
3+
pkgver = 6.10.4
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -22,14 +22,14 @@ pkgbase = linux-cachyos-eevdf
2222
options = !strip
2323
options = !debug
2424
options = !lto
25-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.3.tar.xz
25+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.4.tar.xz
2626
source = config
2727
source = auto-cpu-optimization.sh
2828
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch
29-
b2sums = e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564
29+
b2sums = ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503
3030
b2sums = 6fa10f1f0320e46b88ee7afe7ffb6a93168f91136a04b4896b671b905b96a4dca038c1a04d7dc4f4715475eafb01f87449076a2ef111accd171f52cee11f99d3
3131
b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667
32-
b2sums = 5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a
32+
b2sums = c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429
3333

3434
pkgname = linux-cachyos-eevdf
3535
pkgdesc = The Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel and modules

linux-cachyos-eevdf/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
153153
pkgbase=linux-$pkgsuffix
154154
fi
155155
_major=6.10
156-
_minor=3
156+
_minor=4
157157
#_minorc=$((_minor+1))
158158
#_rcver=rc8
159159
pkgver=${_major}.${_minor}
@@ -163,7 +163,7 @@ _stable=${_major}.${_minor}
163163
_srcname=linux-${_stable}
164164
#_srcname=linux-${_major}
165165
pkgdesc='Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements'
166-
pkgrel=3
166+
pkgrel=1
167167
_kernver=$pkgver-$pkgrel
168168
_kernuname="${pkgver}-${pkgsuffix}"
169169
arch=('x86_64')
@@ -774,7 +774,7 @@ for _p in "${pkgname[@]}"; do
774774
}"
775775
done
776776

777-
b2sums=('e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564'
777+
b2sums=('ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503'
778778
'6fa10f1f0320e46b88ee7afe7ffb6a93168f91136a04b4896b671b905b96a4dca038c1a04d7dc4f4715475eafb01f87449076a2ef111accd171f52cee11f99d3'
779779
'b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667'
780-
'5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a')
780+
'c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429')

linux-cachyos-hardened/.SRCINFO

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-hardened
22
pkgdesc = Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.10.3
4-
pkgrel = 3
3+
pkgver = 6.10.4
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -22,18 +22,18 @@ pkgbase = linux-cachyos-hardened
2222
options = !strip
2323
options = !debug
2424
options = !lto
25-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.3.tar.xz
25+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.4.tar.xz
2626
source = config
2727
source = auto-cpu-optimization.sh
2828
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/sched/0001-bore-cachy.patch
3030
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/misc/0001-hardened.patch
31-
b2sums = e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564
31+
b2sums = ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503
3232
b2sums = 29c281f402f9f608fa8c2ed1434e83b1a6aff45f6725a5844987a907c781daf306b6a9b5bae8b7fd8a2eb2f249120b567486683fadcd3013fe00802186be62b2
3333
b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667
34-
b2sums = 5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a
34+
b2sums = c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429
3535
b2sums = 9df21e46a1d2e48ad9bc30007586e6c3e7a423b402f606f4ac69f9e08a26b3323d3dcb3537e5188e08de771b1d40abb97f1ed8e53c3f3c8ec66368b0f0662c4a
36-
b2sums = a5a9a46bfa4b4c17f6e53cef49357c2518dfbf3e1300bab7f2fb32304421c01c081a89276abf45c939dba05cb589760403acf0075126edeaf8445cef06c4226a
36+
b2sums = beb04f2ba25ba3f1ef4e98b5b622aa31d5cc9868b5c5dae60db1a99cbdcf49c7493d57be02ddd4d30ecc30a10b69c83bf10ec62833d57ec8b2ba6ad9452c698e
3737

3838
pkgname = linux-cachyos-hardened
3939
pkgdesc = The Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements kernel and modules

linux-cachyos-hardened/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
153153
pkgbase=linux-$pkgsuffix
154154
fi
155155
_major=6.10
156-
_minor=3
156+
_minor=4
157157
#_minorc=$((_minor+1))
158158
#_rcver=rc8
159159
pkgver=${_major}.${_minor}
@@ -163,7 +163,7 @@ _stable=${_major}.${_minor}
163163
_srcname=linux-${_stable}
164164
#_srcname=linux-${_major}
165165
pkgdesc='Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements'
166-
pkgrel=3
166+
pkgrel=1
167167
_kernver=$pkgver-$pkgrel
168168
_kernuname="${pkgver}-${pkgsuffix}"
169169
arch=('x86_64')
@@ -773,9 +773,9 @@ for _p in "${pkgname[@]}"; do
773773
}"
774774
done
775775

776-
b2sums=('e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564'
776+
b2sums=('ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503'
777777
'29c281f402f9f608fa8c2ed1434e83b1a6aff45f6725a5844987a907c781daf306b6a9b5bae8b7fd8a2eb2f249120b567486683fadcd3013fe00802186be62b2'
778778
'b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667'
779-
'5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a'
779+
'c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429'
780780
'9df21e46a1d2e48ad9bc30007586e6c3e7a423b402f606f4ac69f9e08a26b3323d3dcb3537e5188e08de771b1d40abb97f1ed8e53c3f3c8ec66368b0f0662c4a'
781-
'a5a9a46bfa4b4c17f6e53cef49357c2518dfbf3e1300bab7f2fb32304421c01c081a89276abf45c939dba05cb589760403acf0075126edeaf8445cef06c4226a')
781+
'beb04f2ba25ba3f1ef4e98b5b622aa31d5cc9868b5c5dae60db1a99cbdcf49c7493d57be02ddd4d30ecc30a10b69c83bf10ec62833d57ec8b2ba6ad9452c698e')

linux-cachyos-lts/.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-lts
22
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.6.44
4-
pkgrel = 3
3+
pkgver = 6.6.45
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -22,12 +22,12 @@ pkgbase = linux-cachyos-lts
2222
options = !strip
2323
options = !debug
2424
options = !lto
25-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.44.tar.xz
25+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.45.tar.xz
2626
source = config
2727
source = auto-cpu-optimization.sh
2828
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.6/all/0001-cachyos-base-all.patch
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.6/sched/0001-bore-cachy.patch
30-
sha256sums = 93218296934915636fe6ba08e125948424cc270fd8948502c0ab91087a9fccd8
30+
sha256sums = 121bed240767e4a0959c1609e78eeaaf3e0620d9d1a5ed1f6e36bdf609c4f179
3131
sha256sums = 2b43da6d7704b1f80db835079a3d6f921ce84f2215017b75156cbf12f7370646
3232
sha256sums = a91249420d61edb17b8659ab3feca86d24cf3b1c941b14f232c47064fa4f4ce7
3333
sha256sums = 6516e23cf0daed0d565766840342276e00516c732a0e70f996b0e8319221f8c2

linux-cachyos-lts/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
173173
pkgbase=linux-$pkgsuffix
174174
fi
175175
_major=6.6
176-
_minor=44
176+
_minor=45
177177
#_minorc=$((_minor+1))
178178
#_rcver=rc8
179179
pkgver=${_major}.${_minor}
@@ -183,7 +183,7 @@ _stable=${_major}.${_minor}
183183
_srcname=linux-${_stable}
184184
#_srcname=linux-${_major}
185185
pkgdesc='Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements'
186-
pkgrel=3
186+
pkgrel=1
187187
_kernver=$pkgver-$pkgrel
188188
_kernuname="${pkgver}-${pkgsuffix}"
189189
arch=('x86_64')
@@ -842,7 +842,7 @@ for _p in "${pkgname[@]}"; do
842842
}"
843843
done
844844

845-
sha256sums=('93218296934915636fe6ba08e125948424cc270fd8948502c0ab91087a9fccd8'
845+
sha256sums=('121bed240767e4a0959c1609e78eeaaf3e0620d9d1a5ed1f6e36bdf609c4f179'
846846
'2b43da6d7704b1f80db835079a3d6f921ce84f2215017b75156cbf12f7370646'
847847
'a91249420d61edb17b8659ab3feca86d24cf3b1c941b14f232c47064fa4f4ce7'
848848
'6516e23cf0daed0d565766840342276e00516c732a0e70f996b0e8319221f8c2'

linux-cachyos-rt-bore/.SRCINFO

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-rt-bore
22
pkgdesc = Linux BORE-RT + Cachy Sauce Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.10.3
4-
pkgrel = 3
3+
pkgver = 6.10.4
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -22,18 +22,18 @@ pkgbase = linux-cachyos-rt-bore
2222
options = !strip
2323
options = !debug
2424
options = !lto
25-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.3.tar.xz
25+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.4.tar.xz
2626
source = config
2727
source = auto-cpu-optimization.sh
2828
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/misc/0001-rt.patch
3030
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/sched/0001-bore-cachy-rt.patch
3131
source = linux-cachyos-rt.install
32-
b2sums = e114bbaea91d03efa318f5a85c11e28257defa5f0c8467d3a5d467a7985bdfd7c23a5f54856c85afe800c32694f382df9b147484a3aa85e1e3f4efefbd80b564
32+
b2sums = ea7e9a7d74621a6e76b2828ee80cf5df1fcf139469bb8877d93f30d7766f9145961324de5b2cadba29126d7df82a7eeba80303c82c7c1140be3fb46cf213e503
3333
b2sums = ccf740c8001a5254d07ff3112015798e4c8112d1f8324d6a5d8bdf58fbedd8edc724927e8e43bf8f2a837ca13e0a32e379d36c414349617a4b5d684f84442f7f
3434
b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667
35-
b2sums = 5da048ff11b0371fda80f0c06f9b24a322d687effc28a23229381cbdf4f05d206440697dd19225c247e7c106f2c9f9a6877f7f84d210339290445857402d681a
36-
b2sums = ac7f3ad015a1c31da4de4754ee0d4702d5e98e130dae00d02a71e38806f49b442dc2121625e64109e187bb43dc273e9521dea3e7efea7226cfb341a8941eefe3
35+
b2sums = c473c33b9be3da30c6c1627c37f7b56cd54bd6b5c88e666c23766ce62782641c65e3332a93d9530c3f9da8f3153265491e2f318bcbca61f58c7c4d2766fc6429
36+
b2sums = 342c4b1ccae34de20db832f24b14f1fa8e6b0962c14e541973929b2cd8ef9d2dc4f731961b9958e521917136ca8df499af7009f941cbb0113d795ff886d93d02
3737
b2sums = a9624b87daa2d25a81a393559bc0dec295f31d368236b1ca9b07b7f0219c2d24a43f0be2f2a862f041978064774a31e80c977e6ad5949ae77886b137312ff757
3838
b2sums = e395035f1b0b944beca434c1e24264342088365de267cbb83b111f02a029fc78145aec73c14e458bd3ad648c8bb2c2ef30c2ff091b1dad2f9b754ecbeb45e41b
3939

0 commit comments

Comments
 (0)