diff options
author | VHSgunzo | 2023-07-06 12:53:34 +0300 |
---|---|---|
committer | VHSgunzo | 2023-07-06 12:53:34 +0300 |
commit | 21c0ee30a9c80b042f49f3f9145b28ef512b217a (patch) | |
tree | c7d1abb5a01caa1070c2b8eb02bc1b9a8d5eac1d | |
parent | 80f053f78a7d6dbd69a0b25b2aeee5f37c393b20 (diff) | |
download | aur-21c0ee30a9c80b042f49f3f9145b28ef512b217a.tar.gz |
v6.4.2-xanmod1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-xanmod-bin pkgdesc = The Linux kernel, modules and headers with Xanmod patches - Prebuilt version - pkgver = 6.4.1 + pkgver = 6.4.2 pkgrel = 1 url = http://www.xanmod.org/ arch = x86_64 @@ -22,11 +22,11 @@ pkgbase = linux-xanmod-bin provides = NTFS3-MODULE conflicts = linux-xanmod conflicts = linux-xanmod-headers-bin - noextract = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-image-6.4.1-x64v1-xanmod1_6.4.1-x64v1-xanmod1-0.20230702.c03d0eb_amd64.deb - noextract = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-headers-6.4.1-x64v1-xanmod1_6.4.1-x64v1-xanmod1-0.20230702.c03d0eb_amd64.deb + noextract = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-image-6.4.2-x64v1-xanmod1_6.4.2-x64v1-xanmod1-0.20230706.96960ed_amd64.deb + noextract = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-headers-6.4.2-x64v1-xanmod1_6.4.2-x64v1-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-x64v1-xanmod1_6.4.1-x64v1-xanmod1-0.20230702.c03d0eb_amd64.deb - source = https://github.com/xanmod/linux/releases/download/6.4.1-xanmod1/linux-headers-6.4.1-x64v1-xanmod1_6.4.1-x64v1-xanmod1-0.20230702.c03d0eb_amd64.deb + source = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-image-6.4.2-x64v1-xanmod1_6.4.2-x64v1-xanmod1-0.20230706.96960ed_amd64.deb + source = https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/linux-headers-6.4.2-x64v1-xanmod1_6.4.2-x64v1-xanmod1-0.20230706.96960ed_amd64.deb sha256sums = SKIP sha256sums = SKIP @@ -14,7 +14,7 @@ check_psabi() { } pkgname='linux-xanmod-bin' -pkgver='6.4.1' +pkgver='6.4.2' pkgrel="1" psabi="$(check_psabi)" pkgdesc='The Linux kernel, modules and headers with Xanmod patches - Prebuilt version' |