5.17.8-1
This commit is contained in:
parent
476abea699
commit
5d8dc9ac7e
2 changed files with 15 additions and 11 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -112,7 +112,7 @@ else
|
|||
pkgbase=linux-cachyos
|
||||
fi
|
||||
_major=5.17
|
||||
_minor=7
|
||||
_minor=8
|
||||
#_minorc=$((_minor+1))
|
||||
#_rcver=rc8
|
||||
pkgver=${_major}.${_minor}
|
||||
|
@ -123,7 +123,7 @@ _srcname=linux-${_stable}
|
|||
#_srcname=linux-${_major}
|
||||
arch=(x86_64 x86_64_v3)
|
||||
pkgdesc='Linux BORE scheduler Kernel by CachyOS with other patches and improvements'
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'x86_64_v3')
|
||||
url="https://github.com/CachyOS/linux-cachyos"
|
||||
license=('GPL2')
|
||||
|
@ -157,6 +157,7 @@ if [ "$_cpusched" = "bore" ]; then
|
|||
fi
|
||||
source+=(
|
||||
"${_patchsource}/0001-arch.patch"
|
||||
"${_patchsource}/0001-latency_nice.patch"
|
||||
"${_patchsource}/0002-anbox.patch"
|
||||
"${_patchsource}/0003-bbr2.patch"
|
||||
"${_patchsource}/0004-cachy.patch"
|
||||
|
@ -690,14 +691,15 @@ for _p in "${pkgname[@]}"; do
|
|||
}"
|
||||
done
|
||||
|
||||
sha256sums=('22f67ef6b12ef6c0c0353be4b90b4bf4b9b18b858c16c346fa495b67ec718c99'
|
||||
sha256sums=('117961d8c75178d386b0aac1dee2e34046eee7f6f075a4c2be6ac10c4324236a'
|
||||
'7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb'
|
||||
'0f99f7935f545033eff35b5e4ffa54142c31c7034ee801cd1534fe085351f019'
|
||||
'e08fb439ba424c9c8db8f41fe9328dd3e30d4405094b6972dcce3863f04a9f46'
|
||||
'09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037'
|
||||
'5095ab381e4d68a5e5b75c5e6c7be120ca4107b28ea399a791392325d4c5e630'
|
||||
'ddaf45cc72ed743f70c8754505357e94d6dd4133bfde6e9c6afc59f4cc12ee69'
|
||||
'6b31e4655e5ff9dbe95fb7db665426dad2bf3e33b5102d040a256f707cc99a23'
|
||||
'8d327824362a7484bf7a8e4bfbe37e969ee39bbbb1c09c9e1e909b7e5941240d'
|
||||
'543209b77159e768a105ac41bd3c760380ef73e97dabd53d958e0bdb024ddf1d'
|
||||
'703f50e2be466ee0f97cf789de55880ea873d87356a4c677e3820d2730d16911'
|
||||
'a13c4f5a688a86c8c67642a4129d2c89efd5f1afd3625e15ce5abe0b983d60d0'
|
||||
'ab87b51fcacd9c7c5bf5d363ac45dab994c2c53d0e80e552390c7cbf752d7dca'
|
||||
'9b431688e9c7be5b5a75a0d76cb26e2d0121d03d30fc47e257ea3217d42d0e08'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue