Skip to content

Commit 37578fd

Browse files
committed
6.8.8-1 && 6.6.29-1
Signed-off-by: Peter Jung <[email protected]>
1 parent 135677e commit 37578fd

File tree

34 files changed

+164
-164
lines changed

34 files changed

+164
-164
lines changed

linux-bore/.SRCINFO

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-bore
22
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.8.7
4-
pkgrel = 3
3+
pkgver = 6.8.8
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
arch = x86_64_v3
@@ -23,16 +23,16 @@ pkgbase = linux-bore
2323
makedepends = python
2424
options = !strip
2525
options = !debug
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.7.tar.xz
26+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.xz
2727
source = config
2828
source = auto-cpu-optimization.sh
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.8/all/0001-cachyos-base-all.patch
3030
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.8/sched/0001-bore-cachy.patch
31-
b2sums = e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855
32-
b2sums = 2b82490fac9554c6a70cb0fe7a91aeda22cbb86b28de7b7d8c6ca31cd1921dc09b0ab8835c625384eddffb398ae72828180ae23372d8ff333d179abe4820077f
31+
b2sums = 3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35
32+
b2sums = d9dda2b20df4d2493e47095b6ed65e9217bb2d985dbd6fc3e3139bbe6411b5bca8a09c26b07bb39d83a6603b77b8a307a1153649e78b6cec2f07b9a43fb6984d
3333
b2sums = 43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d
34-
b2sums = 0238b1d895cf58fe538f9da2fc84b61af4932f35c5202255ea7131716b44da62b83db8b972fbb7063f5e78bf7022d844394fcc407275578b363a7c9342032e46
35-
b2sums = 986e2c306529bd7f298683bc4c505f192880a8e164a62ac202a662fd3983290f64a0b490960676196fc6f923fd56c1be490c0e22d68f48277ad5dca71692eb50
34+
b2sums = 3ead3586e95ee48d0d22ca492bd5922e68a1548bf19f4da287740252fda423ed1fb67c3774c95c9ec743a433cb68b98e1c34266367a6debe4a5f6b1a37b96360
35+
b2sums = ea4f7c77d1875eacb2788a342734a6f4b8290c92ef70305e8dcc7c515add4facda8bb780c0cfb75bcf9df4037fe2420b60b0a7b28d7a2fac5997f6a476000f7d
3636

3737
pkgname = linux-bore
3838
pkgdesc = The Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules

linux-bore/PKGBUILD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
159159
pkgbase=linux-$pkgsuffix
160160
fi
161161
_major=6.8
162-
_minor=7
162+
_minor=8
163163
#_minorc=$((_minor+1))
164164
#_rcver=rc8
165165
pkgver=${_major}.${_minor}
@@ -169,7 +169,7 @@ _stable=${_major}.${_minor}
169169
_srcname=linux-${_stable}
170170
#_srcname=linux-${_major}
171171
pkgdesc='Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements'
172-
pkgrel=3
172+
pkgrel=1
173173
_kernver=$pkgver-$pkgrel
174174
arch=('x86_64' 'x86_64_v3')
175175
url="https://github.com/CachyOS/linux-cachyos"
@@ -715,8 +715,8 @@ for _p in "${pkgname[@]}"; do
715715
}"
716716
done
717717

718-
b2sums=('e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855'
719-
'2b82490fac9554c6a70cb0fe7a91aeda22cbb86b28de7b7d8c6ca31cd1921dc09b0ab8835c625384eddffb398ae72828180ae23372d8ff333d179abe4820077f'
718+
b2sums=('3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35'
719+
'd9dda2b20df4d2493e47095b6ed65e9217bb2d985dbd6fc3e3139bbe6411b5bca8a09c26b07bb39d83a6603b77b8a307a1153649e78b6cec2f07b9a43fb6984d'
720720
'43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d'
721-
'0238b1d895cf58fe538f9da2fc84b61af4932f35c5202255ea7131716b44da62b83db8b972fbb7063f5e78bf7022d844394fcc407275578b363a7c9342032e46'
722-
'986e2c306529bd7f298683bc4c505f192880a8e164a62ac202a662fd3983290f64a0b490960676196fc6f923fd56c1be490c0e22d68f48277ad5dca71692eb50')
721+
'3ead3586e95ee48d0d22ca492bd5922e68a1548bf19f4da287740252fda423ed1fb67c3774c95c9ec743a433cb68b98e1c34266367a6debe4a5f6b1a37b96360'
722+
'ea4f7c77d1875eacb2788a342734a6f4b8290c92ef70305e8dcc7c515add4facda8bb780c0cfb75bcf9df4037fe2420b60b0a7b28d7a2fac5997f6a476000f7d')

linux-bore/config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.8.7 Kernel Configuration
3+
# Linux/x86 6.8.8 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
5+
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20240417"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=130201
88
CONFIG_CLANG_VERSION=0
@@ -2746,8 +2746,8 @@ CONFIG_LATTICE_ECP3_CONFIG=m
27462746
CONFIG_DW_XDATA_PCIE=m
27472747
CONFIG_PCI_ENDPOINT_TEST=m
27482748
CONFIG_XILINX_SDFEC=m
2749-
CONFIG_NTSYNC=y
27502749
CONFIG_MISC_RTSX=m
2750+
CONFIG_NTSYNC=y
27512751
CONFIG_TPS6594_ESM=m
27522752
CONFIG_TPS6594_PFSM=m
27532753
CONFIG_NSM=m

linux-cachyos-bore/.SRCINFO

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-bore
22
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.8.7
4-
pkgrel = 3
3+
pkgver = 6.8.8
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
arch = x86_64_v3
@@ -23,16 +23,16 @@ pkgbase = linux-cachyos-bore
2323
makedepends = python
2424
options = !strip
2525
options = !debug
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.7.tar.xz
26+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.xz
2727
source = config
2828
source = auto-cpu-optimization.sh
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.8/all/0001-cachyos-base-all.patch
3030
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.8/sched/0001-bore-cachy.patch
31-
b2sums = e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855
32-
b2sums = 2b82490fac9554c6a70cb0fe7a91aeda22cbb86b28de7b7d8c6ca31cd1921dc09b0ab8835c625384eddffb398ae72828180ae23372d8ff333d179abe4820077f
31+
b2sums = 3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35
32+
b2sums = d9dda2b20df4d2493e47095b6ed65e9217bb2d985dbd6fc3e3139bbe6411b5bca8a09c26b07bb39d83a6603b77b8a307a1153649e78b6cec2f07b9a43fb6984d
3333
b2sums = 43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d
34-
b2sums = 0238b1d895cf58fe538f9da2fc84b61af4932f35c5202255ea7131716b44da62b83db8b972fbb7063f5e78bf7022d844394fcc407275578b363a7c9342032e46
35-
b2sums = 986e2c306529bd7f298683bc4c505f192880a8e164a62ac202a662fd3983290f64a0b490960676196fc6f923fd56c1be490c0e22d68f48277ad5dca71692eb50
34+
b2sums = 3ead3586e95ee48d0d22ca492bd5922e68a1548bf19f4da287740252fda423ed1fb67c3774c95c9ec743a433cb68b98e1c34266367a6debe4a5f6b1a37b96360
35+
b2sums = ea4f7c77d1875eacb2788a342734a6f4b8290c92ef70305e8dcc7c515add4facda8bb780c0cfb75bcf9df4037fe2420b60b0a7b28d7a2fac5997f6a476000f7d
3636

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

linux-cachyos-bore/PKGBUILD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
159159
pkgbase=linux-$pkgsuffix
160160
fi
161161
_major=6.8
162-
_minor=7
162+
_minor=8
163163
#_minorc=$((_minor+1))
164164
#_rcver=rc8
165165
pkgver=${_major}.${_minor}
@@ -169,7 +169,7 @@ _stable=${_major}.${_minor}
169169
_srcname=linux-${_stable}
170170
#_srcname=linux-${_major}
171171
pkgdesc='Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements'
172-
pkgrel=3
172+
pkgrel=1
173173
_kernver=$pkgver-$pkgrel
174174
arch=('x86_64' 'x86_64_v3')
175175
url="https://github.com/CachyOS/linux-cachyos"
@@ -715,8 +715,8 @@ for _p in "${pkgname[@]}"; do
715715
}"
716716
done
717717

718-
b2sums=('e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855'
719-
'2b82490fac9554c6a70cb0fe7a91aeda22cbb86b28de7b7d8c6ca31cd1921dc09b0ab8835c625384eddffb398ae72828180ae23372d8ff333d179abe4820077f'
718+
b2sums=('3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35'
719+
'd9dda2b20df4d2493e47095b6ed65e9217bb2d985dbd6fc3e3139bbe6411b5bca8a09c26b07bb39d83a6603b77b8a307a1153649e78b6cec2f07b9a43fb6984d'
720720
'43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d'
721-
'0238b1d895cf58fe538f9da2fc84b61af4932f35c5202255ea7131716b44da62b83db8b972fbb7063f5e78bf7022d844394fcc407275578b363a7c9342032e46'
722-
'986e2c306529bd7f298683bc4c505f192880a8e164a62ac202a662fd3983290f64a0b490960676196fc6f923fd56c1be490c0e22d68f48277ad5dca71692eb50')
721+
'3ead3586e95ee48d0d22ca492bd5922e68a1548bf19f4da287740252fda423ed1fb67c3774c95c9ec743a433cb68b98e1c34266367a6debe4a5f6b1a37b96360'
722+
'ea4f7c77d1875eacb2788a342734a6f4b8290c92ef70305e8dcc7c515add4facda8bb780c0cfb75bcf9df4037fe2420b60b0a7b28d7a2fac5997f6a476000f7d')

linux-cachyos-bore/config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.8.7 Kernel Configuration
3+
# Linux/x86 6.8.8 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
5+
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20240417"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=130201
88
CONFIG_CLANG_VERSION=0
@@ -2746,8 +2746,8 @@ CONFIG_LATTICE_ECP3_CONFIG=m
27462746
CONFIG_DW_XDATA_PCIE=m
27472747
CONFIG_PCI_ENDPOINT_TEST=m
27482748
CONFIG_XILINX_SDFEC=m
2749-
CONFIG_NTSYNC=y
27502749
CONFIG_MISC_RTSX=m
2750+
CONFIG_NTSYNC=y
27512751
CONFIG_TPS6594_ESM=m
27522752
CONFIG_TPS6594_PFSM=m
27532753
CONFIG_NSM=m

linux-cachyos-echo/.SRCINFO

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-echo
22
pkgdesc = Linux ECHO scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.8.7
4-
pkgrel = 3
3+
pkgver = 6.8.8
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
arch = x86_64_v3
@@ -23,15 +23,15 @@ pkgbase = linux-cachyos-echo
2323
makedepends = python
2424
options = !strip
2525
options = !debug
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.7.tar.xz
26+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.xz
2727
source = config
2828
source = auto-cpu-optimization.sh
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.8/all/0001-cachyos-base-all.patch
3030
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.8/sched/0001-echo-cachy.patch
31-
b2sums = e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855
32-
b2sums = 2b82490fac9554c6a70cb0fe7a91aeda22cbb86b28de7b7d8c6ca31cd1921dc09b0ab8835c625384eddffb398ae72828180ae23372d8ff333d179abe4820077f
31+
b2sums = 3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35
32+
b2sums = d9dda2b20df4d2493e47095b6ed65e9217bb2d985dbd6fc3e3139bbe6411b5bca8a09c26b07bb39d83a6603b77b8a307a1153649e78b6cec2f07b9a43fb6984d
3333
b2sums = 43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d
34-
b2sums = 0238b1d895cf58fe538f9da2fc84b61af4932f35c5202255ea7131716b44da62b83db8b972fbb7063f5e78bf7022d844394fcc407275578b363a7c9342032e46
34+
b2sums = 3ead3586e95ee48d0d22ca492bd5922e68a1548bf19f4da287740252fda423ed1fb67c3774c95c9ec743a433cb68b98e1c34266367a6debe4a5f6b1a37b96360
3535
b2sums = dad783c8c59964c66884b84fd05886733db9dc0e30202e31dbeef75c6d46a5cc195146198cb3242f6b5e32f18b80d8370e18eb92746f97c8f99fe8af422ef57d
3636

3737
pkgname = linux-cachyos-echo

linux-cachyos-echo/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
159159
pkgbase=linux-$pkgsuffix
160160
fi
161161
_major=6.8
162-
_minor=7
162+
_minor=8
163163
#_minorc=$((_minor+1))
164164
#_rcver=rc8
165165
pkgver=${_major}.${_minor}
@@ -169,7 +169,7 @@ _stable=${_major}.${_minor}
169169
_srcname=linux-${_stable}
170170
#_srcname=linux-${_major}
171171
pkgdesc='Linux ECHO scheduler Kernel by CachyOS with other patches and improvements'
172-
pkgrel=3
172+
pkgrel=1
173173
_kernver=$pkgver-$pkgrel
174174
arch=('x86_64' 'x86_64_v3')
175175
url="https://github.com/CachyOS/linux-cachyos"
@@ -715,8 +715,8 @@ for _p in "${pkgname[@]}"; do
715715
}"
716716
done
717717

718-
b2sums=('e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855'
719-
'2b82490fac9554c6a70cb0fe7a91aeda22cbb86b28de7b7d8c6ca31cd1921dc09b0ab8835c625384eddffb398ae72828180ae23372d8ff333d179abe4820077f'
718+
b2sums=('3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35'
719+
'd9dda2b20df4d2493e47095b6ed65e9217bb2d985dbd6fc3e3139bbe6411b5bca8a09c26b07bb39d83a6603b77b8a307a1153649e78b6cec2f07b9a43fb6984d'
720720
'43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d'
721-
'0238b1d895cf58fe538f9da2fc84b61af4932f35c5202255ea7131716b44da62b83db8b972fbb7063f5e78bf7022d844394fcc407275578b363a7c9342032e46'
721+
'3ead3586e95ee48d0d22ca492bd5922e68a1548bf19f4da287740252fda423ed1fb67c3774c95c9ec743a433cb68b98e1c34266367a6debe4a5f6b1a37b96360'
722722
'dad783c8c59964c66884b84fd05886733db9dc0e30202e31dbeef75c6d46a5cc195146198cb3242f6b5e32f18b80d8370e18eb92746f97c8f99fe8af422ef57d')

linux-cachyos-echo/config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.8.7 Kernel Configuration
3+
# Linux/x86 6.8.8 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
5+
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20240417"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=130201
88
CONFIG_CLANG_VERSION=0
@@ -2746,8 +2746,8 @@ CONFIG_LATTICE_ECP3_CONFIG=m
27462746
CONFIG_DW_XDATA_PCIE=m
27472747
CONFIG_PCI_ENDPOINT_TEST=m
27482748
CONFIG_XILINX_SDFEC=m
2749-
CONFIG_NTSYNC=y
27502749
CONFIG_MISC_RTSX=m
2750+
CONFIG_NTSYNC=y
27512751
CONFIG_TPS6594_ESM=m
27522752
CONFIG_TPS6594_PFSM=m
27532753
CONFIG_NSM=m

linux-cachyos-eevdf/.SRCINFO

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-eevdf
22
pkgdesc = Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.8.7
4-
pkgrel = 3
3+
pkgver = 6.8.8
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
arch = x86_64_v3
@@ -23,14 +23,14 @@ pkgbase = linux-cachyos-eevdf
2323
makedepends = python
2424
options = !strip
2525
options = !debug
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.7.tar.xz
26+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.xz
2727
source = config
2828
source = auto-cpu-optimization.sh
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.8/all/0001-cachyos-base-all.patch
30-
b2sums = e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855
31-
b2sums = 2b82490fac9554c6a70cb0fe7a91aeda22cbb86b28de7b7d8c6ca31cd1921dc09b0ab8835c625384eddffb398ae72828180ae23372d8ff333d179abe4820077f
30+
b2sums = 3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35
31+
b2sums = d9dda2b20df4d2493e47095b6ed65e9217bb2d985dbd6fc3e3139bbe6411b5bca8a09c26b07bb39d83a6603b77b8a307a1153649e78b6cec2f07b9a43fb6984d
3232
b2sums = 43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d
33-
b2sums = 0238b1d895cf58fe538f9da2fc84b61af4932f35c5202255ea7131716b44da62b83db8b972fbb7063f5e78bf7022d844394fcc407275578b363a7c9342032e46
33+
b2sums = 3ead3586e95ee48d0d22ca492bd5922e68a1548bf19f4da287740252fda423ed1fb67c3774c95c9ec743a433cb68b98e1c34266367a6debe4a5f6b1a37b96360
3434

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

0 commit comments

Comments
 (0)