summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-07-24 09:12:10 +0200
committerJoan Figueras2023-07-24 09:12:10 +0200
commit2c2eb6cd1dd05ceea53e631524903e4b9d0adc73 (patch)
treecb5ce4db8118396aa5c2793355c87a05f681af2a
parentf5b904db5ceb13ad20a17f1e7f160fe22bda8568 (diff)
downloadaur-2c2eb6cd1dd05ceea53e631524903e4b9d0adc73.tar.gz
6.4.5
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76aebd19c15..20d07feef801 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.4
+ pkgver = 6.4.5
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.4-xanmod1/linux-image-6.4.4-x64v3-xanmod1_6.4.4-x64v3-xanmod1-0.20230719.gfd45dda_amd64.deb
- noextract = https://github.com/xanmod/linux/releases/download/6.4.4-xanmod1/linux-headers-6.4.4-x64v3-xanmod1_6.4.4-x64v3-xanmod1-0.20230719.gfd45dda_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.5-xanmod1/linux-image-6.4.5-x64v3-xanmod1_6.4.5-x64v3-xanmod1-0.20230723.gafe28ae_amd64.deb
+ noextract = https://github.com/xanmod/linux/releases/download/6.4.5-xanmod1/linux-headers-6.4.5-x64v3-xanmod1_6.4.5-x64v3-xanmod1-0.20230723.gafe28ae_amd64.deb
options = !strip
- source = https://github.com/xanmod/linux/releases/download/6.4.4-xanmod1/linux-image-6.4.4-x64v3-xanmod1_6.4.4-x64v3-xanmod1-0.20230719.gfd45dda_amd64.deb
- source = https://github.com/xanmod/linux/releases/download/6.4.4-xanmod1/linux-headers-6.4.4-x64v3-xanmod1_6.4.4-x64v3-xanmod1-0.20230719.gfd45dda_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.5-xanmod1/linux-image-6.4.5-x64v3-xanmod1_6.4.5-x64v3-xanmod1-0.20230723.gafe28ae_amd64.deb
+ source = https://github.com/xanmod/linux/releases/download/6.4.5-xanmod1/linux-headers-6.4.5-x64v3-xanmod1_6.4.5-x64v3-xanmod1-0.20230723.gafe28ae_amd64.deb
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 500845aeec595fc74205064038e8a2af510e0db3ae7b297fa5bd1e67751f4fc4
- sha256sums = c1b8bc2dbf9d7484609958f060fea592ea9ff5a90f854d40de10536726526d00
+ sha256sums = ce7e079244905e613bb48cfd175ee81b9abef3351f1ddf10b0668b56e9a571ab
+ sha256sums = b7a41ad38f4ad72ac77deb563e6831987b1d2764e4ad1d8d6a61fae459deb615
pkgname = linux-xanmod-linux-bin-x64v3
diff --git a/PKGBUILD b/PKGBUILD
index 5cf8e1b82514..0ba5497e3cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_arch=x64v3
_pkgbase=linux-xanmod
_major=6.4
-_minor=4
+_minor=5
_branch=6.x
_xanmodrel=1
_xanmodrev=
@@ -45,8 +45,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('500845aeec595fc74205064038e8a2af510e0db3ae7b297fa5bd1e67751f4fc4'
- 'c1b8bc2dbf9d7484609958f060fea592ea9ff5a90f854d40de10536726526d00')
+sha256sums=('ce7e079244905e613bb48cfd175ee81b9abef3351f1ddf10b0668b56e9a571ab'
+ 'b7a41ad38f4ad72ac77deb563e6831987b1d2764e4ad1d8d6a61fae459deb615')
_package() {
pkgdesc="The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - ${_arch}"