diff --git a/.SRCINFO b/.SRCINFO index 241fc42b9c60..96ad7fe45d75 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-cachyos-bmq pkgdesc = Linux BMQ scheduler Kernel by CachyOS and with some other patches and other improvements - pkgver = 5.16.6 + pkgver = 5.16.7 pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = linux-cachyos-bmq makedepends = tar makedepends = xz options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.6.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.7.tar.xz source = config source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/sched/0001-prjc.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-arch-patches.patch @@ -42,7 +42,7 @@ pkgbase = linux-cachyos-bmq source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-v4l2loopback.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-xanmod-patches.patch source = auto-cpu-optimization.sh - sha256sums = 5aec93459d97470e77b66fb5b08738ca61fca9e7843b2f81d10d4a48bb3a16d0 + sha256sums = 5751f53e8e5415eb0494ac1513765cbdea28848963999dfdb5d4e7f4c3d8a6cd sha256sums = ddab31ab1bd7aa5b00c932a4a16ce93ec7a34fe2e0fa371277280b52a88a515b sha256sums = 7b7e4c699be5fa0871dc7cf4e23cc497eb11a1db547576eaadea186483dad4c9 sha256sums = 4f5f368f9ac356c19b3d40fd0eeea51010503375a4c61c4de1e766f528b04aee diff --git a/PKGBUILD b/PKGBUILD index 2946a16f7cf8..13cfaafe6627 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -133,7 +133,7 @@ else pkgbase=linux-cachyos-bmq fi _major=5.16 -_minor=6 +_minor=7 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -695,7 +695,7 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('5aec93459d97470e77b66fb5b08738ca61fca9e7843b2f81d10d4a48bb3a16d0' +sha256sums=('5751f53e8e5415eb0494ac1513765cbdea28848963999dfdb5d4e7f4c3d8a6cd' 'ddab31ab1bd7aa5b00c932a4a16ce93ec7a34fe2e0fa371277280b52a88a515b' '7b7e4c699be5fa0871dc7cf4e23cc497eb11a1db547576eaadea186483dad4c9' '4f5f368f9ac356c19b3d40fd0eeea51010503375a4c61c4de1e766f528b04aee'