diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-09-11 19:00:25 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-12 15:47:50 +0000 |
commit | 69985187e6d77198620fcbe0a54e873a77b4cb03 (patch) | |
tree | 8a8f7ffbabbf08bf003b79823749ff34ae2c45d3 /testing/wireguard-hardened | |
parent | e3a22cea10207587d3d74dc68c4f75c9110f9c5e (diff) | |
download | aports-69985187e6d77198620fcbe0a54e873a77b4cb03.tar.bz2 aports-69985187e6d77198620fcbe0a54e873a77b4cb03.tar.xz |
testing/wireguard: version bump to 0.0.20170907
Diffstat (limited to 'testing/wireguard-hardened')
-rw-r--r-- | testing/wireguard-hardened/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/wireguard-hardened/APKBUILD b/testing/wireguard-hardened/APKBUILD index 328181f933..e33393fb7d 100644 --- a/testing/wireguard-hardened/APKBUILD +++ b/testing/wireguard-hardened/APKBUILD @@ -8,8 +8,8 @@ _kpkgrel=0 # when changing _ver we *must* bump _mypkgrel # we must also match up _toolsrel with wireguard-tools -_ver=0.0.20170810 -_mypkgrel=0 +_ver=0.0.20170907 +_mypkgrel=1 _toolsrel=0 _name=wireguard @@ -59,4 +59,4 @@ package() { done } -sha512sums="41aa997fa9d333a8d93096e5a4a776be7bdd14d227c4cffe3027ff1db6dff36b2fa56c1d028a574aa05b5e1572badbf5af3c1612334382f405caa30e92cfd34e WireGuard-0.0.20170810.tar.xz" +sha512sums="3bf4c9216cc829752f3041b1d620dade61757810f768bf2987d10bb162e9c4df724717169a268522d02344d44c91dcfdfe8746a467c2d75bc06497f73cba1a96 WireGuard-0.0.20170907.tar.xz" |