summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d7fff6067a3..65e691ba93f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-lts
pkgdesc = Linux Xanmod LTS
- pkgver = 6.1.31
+ pkgver = 6.1.33
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = linux-xanmod-lts
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.31-xanmod1/patch-6.1.31-xanmod1.xz
+ source = https://downloads.sourceforge.net/project/xanmod/releases/lts/6.1.33-xanmod1/patch-6.1.33-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
sha256sums = SKIP
- sha256sums = e8671fa0d9104a17efb08f4f03261bce432e9c6bdf2064945bf36a50349c6529
+ sha256sums = aa2c313cdb5ad16554bea191233acaf6a6f4d83b2e84bf4d313b0c9d5e81dfd1
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-lts
diff --git a/PKGBUILD b/PKGBUILD
index 9a2b7ab2b592..3876684018c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ fi
pkgbase=linux-xanmod-lts
_major=6.1
-pkgver=${_major}.31
+pkgver=${_major}.33
_branch=6.x
xanmod=1
pkgrel=${xanmod}
@@ -92,7 +92,7 @@ options=('!strip')
_srcname="linux-${pkgver}-xanmod${xanmod}"
source=("https://cdn.kernel.org/pub/linux/kernel/v${_branch}/linux-${_major}.tar."{xz,sign}
- "https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz"
+ "https://downloads.sourceforge.net/project/xanmod/releases/lts/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz"
choose-gcc-optimization.sh)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
@@ -109,7 +109,7 @@ done
sha256sums=('2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb'
'SKIP'
- 'e8671fa0d9104a17efb08f4f03261bce432e9c6bdf2064945bf36a50349c6529'
+ 'aa2c313cdb5ad16554bea191233acaf6a6f4d83b2e84bf4d313b0c9d5e81dfd1'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}