diff options
author | Jonathon Fernyhough | 2022-01-20 13:04:31 +0000 |
---|---|---|
committer | Jonathon Fernyhough | 2022-01-20 13:04:31 +0000 |
commit | df75f82dbcbbfc58dc6ef703aff6b9093b9f0d0e (patch) | |
tree | 965333db4e5a8acefd6daa14abad22ad555348b6 | |
parent | df2b9e627792e83f9ecb305097692f0dd25659cc (diff) | |
download | aur-df75f82dbcbbfc58dc6ef703aff6b9093b9f0d0e.tar.gz |
Upstream 5.4.173
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-lts54 pkgdesc = LTS 5.4 Linux - pkgver = 5.4.172 + pkgver = 5.4.173 pkgrel = 1 url = https://www.kernel.org/ arch = x86_64 @@ -18,8 +18,8 @@ pkgbase = linux-lts54 makedepends = graphviz makedepends = imagemagick options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.172.tar.xz - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.172.tar.sign + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.173.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.173.tar.sign source = config source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch source = 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch @@ -27,7 +27,7 @@ pkgbase = linux-lts54 source = sphinx-workaround.patch validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E - sha256sums = b19e890b67e8293008262d3518cab47be58462c63da43f2c9832d63644886ce4 + sha256sums = 99e8e275b239c708bdb6a41990c4d12098a61752245dbef921a514d9f996c239 sha256sums = SKIP sha256sums = 42fe325df60408dc3d412a4c59be5856d981db8bfa08af4dbd92615fd6b7b69e sha256sums = b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491 @@ -2,7 +2,7 @@ # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgbase=linux-lts54 -pkgver=5.4.172 +pkgver=5.4.173 pkgrel=1 pkgdesc='LTS 5.4 Linux' url="https://www.kernel.org/" @@ -27,7 +27,7 @@ validpgpkeys=( '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256sums=('b19e890b67e8293008262d3518cab47be58462c63da43f2c9832d63644886ce4' +sha256sums=('99e8e275b239c708bdb6a41990c4d12098a61752245dbef921a514d9f996c239' 'SKIP' '42fe325df60408dc3d412a4c59be5856d981db8bfa08af4dbd92615fd6b7b69e' 'b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491' |