mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 03:04:03 +01:00
Bump to 6.2.9
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
aeee61088d
commit
9800e94660
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-cachyos-bmq
|
||||
pkgdesc = Linux BMQ scheduler Kernel by CachyOS with other patches and improvements
|
||||
pkgver = 6.2.8
|
||||
pkgver = 6.2.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/CachyOS/linux-cachyos
|
||||
arch = x86_64
|
||||
|
|
@ -21,15 +21,15 @@ pkgbase = linux-cachyos-bmq
|
|||
makedepends = make
|
||||
makedepends = patch
|
||||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.8.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.9.tar.xz
|
||||
source = config
|
||||
source = auto-cpu-optimization.sh
|
||||
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
|
||||
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-prjc-cachy.patch
|
||||
sha256sums = fed0ad87d42f83a70ce019ff2800bc30a855e672e72bf6d54a014d98d344f665
|
||||
sha256sums = 903449c164c03f0e742aacc920e18563585e07a28c6cb79e0fd6c36695fd43f5
|
||||
sha256sums = c37cd629b9044fe1e1ebf86dd1bc5f99aa472d8c4ccad314c36c247a2b97daac
|
||||
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
|
||||
sha256sums = 16b2c66eec48fd51b97a25513fa5a6ebc403e5a257ec43b05e62242b6399c46c
|
||||
sha256sums = 88092503599381979620d8261eac9ce670b4b31bc0d6629345ab63e90512408b
|
||||
sha256sums = 6aa26b667733feed80b9bba11297310d4cb15f41535dbad6a55f9e21ca24992d
|
||||
|
||||
pkgname = linux-cachyos-bmq
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -193,7 +193,7 @@ else
|
|||
pkgbase=linux-$pkgsuffix
|
||||
fi
|
||||
_major=6.2
|
||||
_minor=8
|
||||
_minor=9
|
||||
#_minorc=$((_minor+1))
|
||||
#_rcver=rc8
|
||||
pkgver=${_major}.${_minor}
|
||||
|
|
@ -841,8 +841,8 @@ for _p in "${pkgname[@]}"; do
|
|||
}"
|
||||
done
|
||||
|
||||
sha256sums=('fed0ad87d42f83a70ce019ff2800bc30a855e672e72bf6d54a014d98d344f665'
|
||||
sha256sums=('903449c164c03f0e742aacc920e18563585e07a28c6cb79e0fd6c36695fd43f5'
|
||||
'c37cd629b9044fe1e1ebf86dd1bc5f99aa472d8c4ccad314c36c247a2b97daac'
|
||||
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
|
||||
'16b2c66eec48fd51b97a25513fa5a6ebc403e5a257ec43b05e62242b6399c46c'
|
||||
'88092503599381979620d8261eac9ce670b4b31bc0d6629345ab63e90512408b'
|
||||
'6aa26b667733feed80b9bba11297310d4cb15f41535dbad6a55f9e21ca24992d')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue