testing/wireguard: upgrade to 0.0.20180519

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-05-19 03:18:26 +02:00 committed by Andy Postnikov
parent 2ff641e779
commit 57554cf62b
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=wireguard-tools
pkgver=0.0.20180513
pkgver=0.0.20180519
pkgrel=0
pkgdesc="Next generation secure network tunnel: userspace tools"
arch='all'
@ -42,4 +42,4 @@ bashcomp() {
mv "$pkgdir"/usr/share "$subpkgdir"/usr
}
sha512sums="82f46fc50f47ac94948a7984a209ec55506c2bf1c41edf3a89f8043a0c770d6e88fdd7888b01ea41b227d316f53606a354f4d5d184ab2f1ecef80e0b376270b1 WireGuard-0.0.20180513.tar.xz"
sha512sums="587a1371edd4a7fdf167154398f8a51da8c70f55e86a4be4b0b830a2f00a1421710017d954ad1aeda4df3a36ca8c9a911ba5fb407a851235257176291af3ee15 WireGuard-0.0.20180519.tar.xz"

View File

@ -4,8 +4,8 @@
# when changing _ver we *must* bump _rel
# we must also match up _toolsrel with wireguard-tools
_name=wireguard
_ver=0.0.20180513
_rel=1
_ver=0.0.20180519
_rel=2
_toolsrel=0
_flavor=${FLAVOR:-vanilla}
@ -64,4 +64,4 @@ package() {
done
}
sha512sums="82f46fc50f47ac94948a7984a209ec55506c2bf1c41edf3a89f8043a0c770d6e88fdd7888b01ea41b227d316f53606a354f4d5d184ab2f1ecef80e0b376270b1 WireGuard-0.0.20180513.tar.xz"
sha512sums="587a1371edd4a7fdf167154398f8a51da8c70f55e86a4be4b0b830a2f00a1421710017d954ad1aeda4df3a36ca8c9a911ba5fb407a851235257176291af3ee15 WireGuard-0.0.20180519.tar.xz"