From df48e79a5fa30fe4949d2b0aa7eda5275c02a8ab Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Thu, 6 Apr 2023 18:47:46 +0200 Subject: [PATCH] Bump to 6.2.10 Signed-off-by: Piotr Gorski --- .SRCINFO | 10 +++++----- PKGBUILD | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bb3e0c0..c32832c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-cachyos pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements - pkgver = 6.2.9 + pkgver = 6.2.10 pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 @@ -21,16 +21,16 @@ pkgbase = linux-cachyos makedepends = make makedepends = patch options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.9.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.10.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-EEVDF.patch - sha256sums = 903449c164c03f0e742aacc920e18563585e07a28c6cb79e0fd6c36695fd43f5 + sha256sums = 57c562c3cd2753f232549cab05c8ad770ed848ae86401619c7581bdffaeea4fe sha256sums = c37cd629b9044fe1e1ebf86dd1bc5f99aa472d8c4ccad314c36c247a2b97daac sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106 - sha256sums = 88092503599381979620d8261eac9ce670b4b31bc0d6629345ab63e90512408b - sha256sums = 60fafc551c42db38a670de19047bdea00762a0d446ed2f327b6be2eef555b5ad + sha256sums = 367a6d70bd990a142ef9541d75166b1fca06953dbfff0c9846ce3ebd77abe7d2 + sha256sums = 4fe54a5017a0eb76a0db74cea9388ea73c1dab73126f7ba084076ef02a047b26 pkgname = linux-cachyos pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules diff --git a/PKGBUILD b/PKGBUILD index c301a1c..043577f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -195,7 +195,7 @@ else pkgbase=linux-$pkgsuffix fi _major=6.2 -_minor=9 +_minor=10 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -845,8 +845,8 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('903449c164c03f0e742aacc920e18563585e07a28c6cb79e0fd6c36695fd43f5' +sha256sums=('57c562c3cd2753f232549cab05c8ad770ed848ae86401619c7581bdffaeea4fe' 'c37cd629b9044fe1e1ebf86dd1bc5f99aa472d8c4ccad314c36c247a2b97daac' '41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106' - '88092503599381979620d8261eac9ce670b4b31bc0d6629345ab63e90512408b' - '60fafc551c42db38a670de19047bdea00762a0d446ed2f327b6be2eef555b5ad') + '367a6d70bd990a142ef9541d75166b1fca06953dbfff0c9846ce3ebd77abe7d2' + '4fe54a5017a0eb76a0db74cea9388ea73c1dab73126f7ba084076ef02a047b26')