summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftExpert2023-07-02 10:24:30 +0200
committerSoftExpert2023-07-02 10:24:30 +0200
commite8d8c130c67e07b3a6cf323a550c15948685271f (patch)
tree47d97eef4c09fc8eae238fc4f1e72d61ed37297d
parentb9ff4585492e828ab947645d489d49c54ad28cca (diff)
downloadaur-e8d8c130c67e07b3a6cf323a550c15948685271f.tar.gz
6.3.11-xanmod1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 888a140383c9..9d93dc91901c 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.9
+ pkgver = 6.3.11
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.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
+ noextract = https://github.com/xanmod/linux/releases/download/6.3.11-xanmod1/linux-image-6.3.11-x64v1-xanmod1_6.3.11-x64v1-xanmod1-0.20230702.4ff32cf_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.3.11-xanmod1/linux-headers-6.3.11-x64v1-xanmod1_6.3.11-x64v1-xanmod1-0.20230702.4ff32cf_amd64.deb
options = !strip
- 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
+ source = https://github.com/xanmod/linux/releases/download/6.3.11-xanmod1/linux-image-6.3.11-x64v1-xanmod1_6.3.11-x64v1-xanmod1-0.20230702.4ff32cf_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.3.11-xanmod1/linux-headers-6.3.11-x64v1-xanmod1_6.3.11-x64v1-xanmod1-0.20230702.4ff32cf_amd64.deb
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 791c4f2e7a91fb711226094afd2f0f7304d81f8db83d26009f844be0a9b00ae8
- sha256sums = 2d05549b8d017dd23ca98f81c938545c9ca5b4c5352ac92dfdd9a55f51301d73
+ sha256sums = 3c737d4cf8aad17e731bf0386b2db35689d321dfb9c4ce10ab73b94e4ab15190
+ sha256sums = 1f1c35950cd323a648ec6b8d109cb6de5dbdd4154757c81c2ecd72a3546b36ed
pkgname = linux-xanmod-linux-bin-x64v1
diff --git a/PKGBUILD b/PKGBUILD
index bbdb57d67973..ff6bae0c36aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_arch=x64v1
_pkgbase=linux-xanmod
_major=6.3
-_minor=9
+_minor=11
_branch=6.x
_xanmodrel=1
_xanmodrev=
@@ -45,8 +45,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('791c4f2e7a91fb711226094afd2f0f7304d81f8db83d26009f844be0a9b00ae8'
- '2d05549b8d017dd23ca98f81c938545c9ca5b4c5352ac92dfdd9a55f51301d73')
+sha256sums=('3c737d4cf8aad17e731bf0386b2db35689d321dfb9c4ce10ab73b94e4ab15190'
+ '1f1c35950cd323a648ec6b8d109cb6de5dbdd4154757c81c2ecd72a3546b36ed')
_package() {
pkgdesc="The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - ${_arch}"