5.15.8-1
This commit is contained in:
parent
ba75fa6388
commit
8128254ab2
2 changed files with 22 additions and 21 deletions
14
.SRCINFO
14
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-cachyos
|
||||
pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
pkgver = 5.15.7
|
||||
pkgrel = 2
|
||||
pkgver = 5.15.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/CachyOS/linux-cachyos
|
||||
arch = x86_64
|
||||
arch = x86_64_v3
|
||||
|
@ -19,7 +19,7 @@ pkgbase = linux-cachyos
|
|||
makedepends = tar
|
||||
makedepends = xz
|
||||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.7.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.8.tar.xz
|
||||
source = config
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-arch-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-CLUSTER.patch
|
||||
|
@ -28,6 +28,7 @@ pkgbase = linux-cachyos
|
|||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/AMD/0001-amd-pstate-dev-v5-fixes.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/AMD/0001-amd64-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-bbr2.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-page-table-check.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-bitmap.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-block-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-cpu-patches.patch
|
||||
|
@ -40,7 +41,6 @@ pkgbase = linux-cachyos
|
|||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-futex-wait.v-fsync-winesync.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-hwmon-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-ksmbd-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-damon.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-pf-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lqx-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lrng-patches.patch
|
||||
|
@ -51,7 +51,7 @@ pkgbase = linux-cachyos
|
|||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-zstd.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-xfs-backport.patch
|
||||
source = auto-cpu-optimization.sh
|
||||
md5sums = b79700122766ccf561f032eb3c8da27e
|
||||
md5sums = 5b04a1db6305c993d7f55db334a2b415
|
||||
md5sums = d97e86d9464dd34683f67de4d4a595c0
|
||||
md5sums = 2627c6fcd9760b0e7a3553500db0a7e1
|
||||
md5sums = df0a0c51baecdbd369694c9f10715cb4
|
||||
|
@ -60,6 +60,7 @@ pkgbase = linux-cachyos
|
|||
md5sums = 4866d66f4cc1b10cccb520c22cbc71d7
|
||||
md5sums = 53f037488a66667220c263f92ded333d
|
||||
md5sums = 2a8097ba46be56fbbe3967e9c34c9a0b
|
||||
md5sums = 152706f6ebbe9917c6a5955cd5447344
|
||||
md5sums = e708f2160dee1ef5c7dffb8a23c199d7
|
||||
md5sums = 56ceaed8bfb44eca93298ccc5fe11ca7
|
||||
md5sums = 67764a5824b567b49bcce19c01d4e1b3
|
||||
|
@ -72,7 +73,6 @@ pkgbase = linux-cachyos
|
|||
md5sums = 8c354c3d1962ec6785db7f0c3fbbab03
|
||||
md5sums = 9b6369bc4c58ad0d9195b5c204ed4b8a
|
||||
md5sums = c6efda5716e4ff79ebdbc963bebd851a
|
||||
md5sums = 408dfabb34f2b79aa2f5044b052703db
|
||||
md5sums = 08c84362cb916b30d9c77e35b1b3bc54
|
||||
md5sums = 56fdf3562b041c0408d9751b7e447977
|
||||
md5sums = b09b84168822521426f197610727618b
|
||||
|
@ -97,5 +97,5 @@ pkgname = linux-cachyos
|
|||
|
||||
pkgname = linux-cachyos-headers
|
||||
pkgdesc = Headers and scripts for building modules for the Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
depends = linux-cachyos=5.15.7
|
||||
depends = linux-cachyos=5.15.8
|
||||
depends = pahole
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue