summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2020-11-25 23:06:03 +0100
committerFabioLolix2020-11-25 23:06:03 +0100
commit3f8da42b8790e89b7072728bd3aa8ecaf3054813 (patch)
tree4c01f16c25bedfb585024d52ea6ee59c4e2bfa51
parent93ed4632dca390e04cd2b34852987dcad97dbce1 (diff)
downloadaur-3f8da42b8790e89b7072728bd3aa8ecaf3054813.tar.gz
v8.2.0854
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 520235fc67e8..6d05c2ecef63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xxd-standalone
pkgdesc = Hexdump utility from vim
- pkgver = 8.1.1306
+ pkgver = 8.2.0854
pkgrel = 1
url = http://www.vim.org
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = xxd-standalone
depends = glibc
provides = xxd
conflicts = xxd
- source = xxd-8.1.1306.c::https://raw.githubusercontent.com/vim/vim/v8.1.1306/src/xxd/xxd.c
- source = xxd-8.1.1306.1::https://raw.githubusercontent.com/vim/vim/v8.1.1306/runtime/doc/xxd.1
+ 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-standalone-Makefile::https://raw.githubusercontent.com/vim/vim/master/src/xxd/Makefile
source = https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/xxd-LICENSE
- sha256sums = 2d4c4f98726467fc023de6d3ca8da3795ec5d8fbf9d92bb8c29d744877d4cbf8
+ sha256sums = c3ff5f0afc4a9615a2a2ce6b0f0d266397fa3dab3e3ec431564a811df8fba0ad
sha256sums = 343f65c3a75affcec6013fb308ae895b4dbded24fd1847b6b97247d343f70f56
sha256sums = 96d7229490da56fbf6cae3791407238636b2979e1f607e535f55ec26068303c5
sha256sums = 2ac99e6ff2ee077cfec2133d0d5d2d4f14b156994c4c1896703cda98c2d21845
diff --git a/PKGBUILD b/PKGBUILD
index 5e40235fb9f8..103ff3d4e852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=xxd-standalone
-pkgver=8.1.1306
+pkgver=8.2.0854
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=('2d4c4f98726467fc023de6d3ca8da3795ec5d8fbf9d92bb8c29d744877d4cbf8'
+sha256sums=('c3ff5f0afc4a9615a2a2ce6b0f0d266397fa3dab3e3ec431564a811df8fba0ad'
'343f65c3a75affcec6013fb308ae895b4dbded24fd1847b6b97247d343f70f56'
'96d7229490da56fbf6cae3791407238636b2979e1f607e535f55ec26068303c5'
'2ac99e6ff2ee077cfec2133d0d5d2d4f14b156994c4c1896703cda98c2d21845')