summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftExpert2023-07-06 12:12:35 +0200
committerSoftExpert2023-07-06 12:12:35 +0200
commit288a78e5230b193364e4dca3e4277623e57f833d (patch)
treeede778c97c3a3fe1536b10f3210562ee8b4cd556
parent3a42b941f69f1ab180c1bcbd9ee22a51c7868af9 (diff)
downloadaur-288a78e5230b193364e4dca3e4277623e57f833d.tar.gz
6.4.2-xanmod1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7a2e8e931e..17514e55116a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = linux-xanmod-linux-bin-x64v3
pkgdesc = The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - x64v3
- pkgver = 6.4.1
+ pkgver = 6.4.2
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.4.1-xanmod1/linux-image-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
- noextract = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-headers-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-image-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-headers-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
options = !strip
- source = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-image-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
- source = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-headers-6.4.1-x64v3-xanmod1_6.4.1-x64v3-xanmod1-0.20230702.c03d0eb_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-image-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-headers-6.4.2-x64v3-xanmod1_6.4.2-x64v3-xanmod1-0.20230706.96960ed_amd64.deb
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 57be98995b411273af70006343213b73ff71f6f56f098f923c8f3cb3ace11160
- sha256sums = 59400a3c78f64cf7b37b827bb1ae11dd6b36cc839c8092da68f31913b5508bf0
+ sha256sums = 885a3bd04e1ef4fcc778b978e591086dccf5b27039a2f3564ee32ea9a7b52161
+ sha256sums = 50714e8d884d97cfd93d6c4106fec3a85b44d83e15d1e49bae45a82affa99d2b
pkgname = linux-xanmod-linux-bin-x64v3
diff --git a/PKGBUILD b/PKGBUILD
index b2671a8e1bcb..0d3393a8573e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_arch=x64v3
_pkgbase=linux-xanmod
_major=6.4
-_minor=1
+_minor=2
_branch=6.x
_xanmodrel=1
_xanmodrev=
@@ -45,8 +45,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('57be98995b411273af70006343213b73ff71f6f56f098f923c8f3cb3ace11160'
- '59400a3c78f64cf7b37b827bb1ae11dd6b36cc839c8092da68f31913b5508bf0')
+sha256sums=('885a3bd04e1ef4fcc778b978e591086dccf5b27039a2f3564ee32ea9a7b52161'
+ '50714e8d884d97cfd93d6c4106fec3a85b44d83e15d1e49bae45a82affa99d2b')
_package() {
pkgdesc="The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - ${_arch}"