summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-02-27 20:55:24 +0100
committerJoan Figueras2023-02-27 20:55:24 +0100
commit322329960de5584f43486828edf0ac9ecf76f6a3 (patch)
tree303ec2a70da7a5ccdc3fc030a17df1e088711a6b
parent5e42a7cf6043a5fc493565a824d56ddeccb48433 (diff)
downloadaur-322329960de5584f43486828edf0ac9ecf76f6a3.tar.gz
6.2.1-xanmod1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c610f2daee75..c82d7be92466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod
pkgdesc = Linux Xanmod - Current Stable (CURRENT)
- pkgver = 6.1.14
+ pkgver = 6.2.1
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -13,15 +13,15 @@ pkgbase = linux-xanmod
makedepends = tar
makedepends = xz
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.sign
- source = https://github.com/xanmod/linux/releases/download/6.1.14-xanmod1/patch-6.1.14-xanmod1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/6.2.1-xanmod1/patch-6.2.1-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
+ sha256sums = 74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1
sha256sums = SKIP
- sha256sums = 9af6527926feca7e9cd39f5bdaffcada5c2ef50658cac5645296bab81a995a6c
+ sha256sums = 8fd0f1e69f53e779fcbaddfa616bf5b7d651a3cec80c952217718bca474481d2
sha256sums = 5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30
pkgname = linux-xanmod
diff --git a/PKGBUILD b/PKGBUILD
index b92f0dd65124..fb9f98efd847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -71,8 +71,8 @@ fi
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod
-_major=6.1
-pkgver=${_major}.14
+_major=6.2
+pkgver=${_major}.1
_branch=6.x
xanmod=1
pkgrel=${xanmod}
@@ -107,9 +107,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb'
+sha256sums=('74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1'
'SKIP'
- '9af6527926feca7e9cd39f5bdaffcada5c2ef50658cac5645296bab81a995a6c'
+ '8fd0f1e69f53e779fcbaddfa616bf5b7d651a3cec80c952217718bca474481d2'
'5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}