diff options
author | SoftExpert | 2024-11-01 09:26:46 +0100 |
---|---|---|
committer | SoftExpert | 2024-11-01 09:26:46 +0100 |
commit | 68a29fcd01c071ac3de93a60afeaeb13ce16e20c (patch) | |
tree | c27fe3ce9b9d66f5fe9e5baca4ea991b25a23bc8 | |
parent | 5dde628ace3428c41b8c6f4e899e17ecb45f8ed7 (diff) | |
download | aur-68a29fcd01c071ac3de93a60afeaeb13ce16e20c.tar.gz |
6.6.59-xanmod1
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 10 insertions, 10 deletions
@@ -1,21 +1,21 @@ pkgbase = linux-xanmod-lts-linux-bin-x64v3 pkgdesc = The Linux kernel and modules with Xanmod patches - Current Stable (LTS) - Prebuilt version - x64v3 - pkgver = 6.6.58 + pkgver = 6.6.59 pkgrel = 1 url = http://www.xanmod.org/ arch = x86_64 license = GPL2 makedepends = curl makedepends = libxml2 - noextract = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.58-xanmod1/6.6.58-x64v3-xanmod1/linux-image-6.6.58-x64v3-xanmod1_6.6.58-x64v3-xanmod1-0~20241022.g139eaf5_amd64.deb - noextract = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.58-xanmod1/6.6.58-x64v3-xanmod1/linux-headers-6.6.58-x64v3-xanmod1_6.6.58-x64v3-xanmod1-0~20241022.g139eaf5_amd64.deb + noextract = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.59-xanmod1/6.6.59-x64v3-xanmod1/linux-image-6.6.59-x64v3-xanmod1_6.6.59-x64v3-xanmod1-0~20241101.g5687e21_amd64.deb + noextract = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.59-xanmod1/6.6.59-x64v3-xanmod1/linux-headers-6.6.59-x64v3-xanmod1_6.6.59-x64v3-xanmod1-0~20241101.g5687e21_amd64.deb options = !strip - source = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.58-xanmod1/6.6.58-x64v3-xanmod1/linux-image-6.6.58-x64v3-xanmod1_6.6.58-x64v3-xanmod1-0~20241022.g139eaf5_amd64.deb - source = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.58-xanmod1/6.6.58-x64v3-xanmod1/linux-headers-6.6.58-x64v3-xanmod1_6.6.58-x64v3-xanmod1-0~20241022.g139eaf5_amd64.deb + source = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.59-xanmod1/6.6.59-x64v3-xanmod1/linux-image-6.6.59-x64v3-xanmod1_6.6.59-x64v3-xanmod1-0~20241101.g5687e21_amd64.deb + source = https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.59-xanmod1/6.6.59-x64v3-xanmod1/linux-headers-6.6.59-x64v3-xanmod1_6.6.59-x64v3-xanmod1-0~20241101.g5687e21_amd64.deb validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E - sha256sums = 31a3e3c9bf9eb1f0a01efa8f21b2c534c6562f3fae16c60c994558a21bd8df9d - sha256sums = c96b6662928bb8027d84910141a4797e6970c733ac243a498798945d1ba2dd1c + sha256sums = 427dce0cd1910f47bdb8f6c37108727688d7900a47330c73bbbbf76be8184afd + sha256sums = b89234873ddb7b6552db94140c231850d965aede9dae75730ecc396f9edba810 pkgname = linux-xanmod-lts-linux-bin-x64v3 @@ -4,7 +4,7 @@ _arch=x64v3 _pkgbase=linux-xanmod-lts _major=6.6 -_minor=58 +_minor=59 _branch=6.x _xanmodrel=1 _xanmodrev= @@ -57,8 +57,8 @@ validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) -sha256sums=('31a3e3c9bf9eb1f0a01efa8f21b2c534c6562f3fae16c60c994558a21bd8df9d' - 'c96b6662928bb8027d84910141a4797e6970c733ac243a498798945d1ba2dd1c') +sha256sums=('427dce0cd1910f47bdb8f6c37108727688d7900a47330c73bbbbf76be8184afd' + 'b89234873ddb7b6552db94140c231850d965aede9dae75730ecc396f9edba810') _package() { pkgdesc="The Linux kernel and modules with Xanmod patches - Current Stable (MAIN) - Prebuilt version - ${_arch}" |