summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftExpert2023-06-22 08:01:05 +0200
committerSoftExpert2023-06-22 08:01:05 +0200
commitb9ff4585492e828ab947645d489d49c54ad28cca (patch)
tree7cd12f5e1e6b413d68947ad8f6d42c80de767c61
parentaa0a13e7e1f43f6c93431e8bff98f50d9ca5ab4a (diff)
downloadaur-b9ff4585492e828ab947645d489d49c54ad28cca.tar.gz
6.3.9-xanmod1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12836a9a1cf4..888a140383c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = linux-xanmod-linux-bin-x64v1
pkgdesc = The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - x64v1
- pkgver = 6.3.8
+ pkgver = 6.3.9
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
makedepends = jq
makedepends = curl
- noextract = https://github.com/xanmod/linux/releases/download/6.3.8-xanmod1/linux-image-6.3.8-x64v1-xanmod1_6.3.8-x64v1-xanmod1-0.20230614.c38cf65_amd64.deb
- noextract = https://github.com/xanmod/linux/releases/download/6.3.8-xanmod1/linux-headers-6.3.8-x64v1-xanmod1_6.3.8-x64v1-xanmod1-0.20230614.c38cf65_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.3.9-xanmod1/linux-image-6.3.9-x64v1-xanmod1_6.3.9-x64v1-xanmod1-0.20230621.3042e27_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.3.9-xanmod1/linux-headers-6.3.9-x64v1-xanmod1_6.3.9-x64v1-xanmod1-0.20230621.3042e27_amd64.deb
options = !strip
- source = https://github.com/xanmod/linux/releases/download/6.3.8-xanmod1/linux-image-6.3.8-x64v1-xanmod1_6.3.8-x64v1-xanmod1-0.20230614.c38cf65_amd64.deb
- source = https://github.com/xanmod/linux/releases/download/6.3.8-xanmod1/linux-headers-6.3.8-x64v1-xanmod1_6.3.8-x64v1-xanmod1-0.20230614.c38cf65_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.3.9-xanmod1/linux-image-6.3.9-x64v1-xanmod1_6.3.9-x64v1-xanmod1-0.20230621.3042e27_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.3.9-xanmod1/linux-headers-6.3.9-x64v1-xanmod1_6.3.9-x64v1-xanmod1-0.20230621.3042e27_amd64.deb
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 8345875ccab157bc21174811143a20fa439092e5e465baa454943f2b1d9cbc79
- sha256sums = 175a3f2f7c0959987b94ab894f24df661a5a3cb5b430f8973f8a101bb573bbc4
+ sha256sums = 791c4f2e7a91fb711226094afd2f0f7304d81f8db83d26009f844be0a9b00ae8
+ sha256sums = 2d05549b8d017dd23ca98f81c938545c9ca5b4c5352ac92dfdd9a55f51301d73
pkgname = linux-xanmod-linux-bin-x64v1
diff --git a/PKGBUILD b/PKGBUILD
index cf50d3e0e73d..bbdb57d67973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_arch=x64v1
_pkgbase=linux-xanmod
_major=6.3
-_minor=8
+_minor=9
_branch=6.x
_xanmodrel=1
_xanmodrev=
@@ -45,8 +45,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('8345875ccab157bc21174811143a20fa439092e5e465baa454943f2b1d9cbc79'
- '175a3f2f7c0959987b94ab894f24df661a5a3cb5b430f8973f8a101bb573bbc4')
+sha256sums=('791c4f2e7a91fb711226094afd2f0f7304d81f8db83d26009f844be0a9b00ae8'
+ '2d05549b8d017dd23ca98f81c938545c9ca5b4c5352ac92dfdd9a55f51301d73')
_package() {
pkgdesc="The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - ${_arch}"