summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-10-20 21:47:29 +0200
committerFabioLolix2021-10-20 21:47:29 +0200
commitefc108754ba84bcb9ee44439bc069835da63a510 (patch)
tree81c373589ae5f3c696de1a08dcda90b573560c3a
parent3f8da42b8790e89b7072728bd3aa8ecaf3054813 (diff)
downloadaur-efc108754ba84bcb9ee44439bc069835da63a510.tar.gz
v8.2.3533
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d05c2ecef63..3b8dd850680c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xxd-standalone
pkgdesc = Hexdump utility from vim
- pkgver = 8.2.0854
+ pkgver = 8.2.3533
pkgrel = 1
url = http://www.vim.org
arch = x86_64
@@ -14,14 +14,13 @@ pkgbase = xxd-standalone
depends = glibc
provides = xxd
conflicts = xxd
- source = xxd-8.2.0854.c::https://raw.githubusercontent.com/vim/vim/v8.2.0854/src/xxd/xxd.c
- source = xxd-8.2.0854.1::https://raw.githubusercontent.com/vim/vim/v8.2.0854/runtime/doc/xxd.1
+ source = xxd-8.2.3533.c::https://raw.githubusercontent.com/vim/vim/v8.2.3533/src/xxd/xxd.c
+ source = xxd-8.2.3533.1::https://raw.githubusercontent.com/vim/vim/v8.2.3533/runtime/doc/xxd.1
source = xxd-standalone-Makefile::https://raw.githubusercontent.com/vim/vim/master/src/xxd/Makefile
source = https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/xxd-LICENSE
- sha256sums = c3ff5f0afc4a9615a2a2ce6b0f0d266397fa3dab3e3ec431564a811df8fba0ad
+ sha256sums = 0f8ff399be453fca7dd95afc975530dc4e8c118492f59e07956b7f64787bfe81
sha256sums = 343f65c3a75affcec6013fb308ae895b4dbded24fd1847b6b97247d343f70f56
sha256sums = 96d7229490da56fbf6cae3791407238636b2979e1f607e535f55ec26068303c5
sha256sums = 2ac99e6ff2ee077cfec2133d0d5d2d4f14b156994c4c1896703cda98c2d21845
pkgname = xxd-standalone
-
diff --git a/PKGBUILD b/PKGBUILD
index 103ff3d4e852..4d4c972cbd6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=xxd-standalone
-pkgver=8.2.0854
+pkgver=8.2.3533
pkgrel=1
pkgdesc="Hexdump utility from vim"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -15,7 +15,7 @@ source=("xxd-${pkgver}.c::https://raw.githubusercontent.com/vim/vim/v${pkgver}/s
"xxd-${pkgver}.1::https://raw.githubusercontent.com/vim/vim/v${pkgver}/runtime/doc/xxd.1"
"$pkgname-Makefile::https://raw.githubusercontent.com/vim/vim/master/src/xxd/Makefile"
"https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/xxd-LICENSE")
-sha256sums=('c3ff5f0afc4a9615a2a2ce6b0f0d266397fa3dab3e3ec431564a811df8fba0ad'
+sha256sums=('0f8ff399be453fca7dd95afc975530dc4e8c118492f59e07956b7f64787bfe81'
'343f65c3a75affcec6013fb308ae895b4dbded24fd1847b6b97247d343f70f56'
'96d7229490da56fbf6cae3791407238636b2979e1f607e535f55ec26068303c5'
'2ac99e6ff2ee077cfec2133d0d5d2d4f14b156994c4c1896703cda98c2d21845')