diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-03-05 13:39:02 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-05 23:10:34 +0000 |
commit | 66eefc32e96002c49637bb8db4e4f91dc4d23dad (patch) | |
tree | ef2fa99a40cfd86b306ca3fe953444f7467ce0b6 /testing/wireguard-hardened | |
parent | b9375c7bb731f7e787cf7e0b3df59f70b6db3010 (diff) | |
download | aports-66eefc32e96002c49637bb8db4e4f91dc4d23dad.tar.bz2 aports-66eefc32e96002c49637bb8db4e4f91dc4d23dad.tar.xz |
testing/wireguard: upgrade to 0.0.20180304
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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 949b9f361c..b48416d2d6 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.20180218 -_mypkgrel=1 +_ver=0.0.20180304 +_mypkgrel=2 _toolsrel=0 _name=wireguard @@ -59,4 +59,4 @@ package() { done } -sha512sums="975556e447934a5492ddf6f4faef14887794fe2fece3b811bad17b93aa5fe34f55653d2b87ceb6d06f0292406247a3b45b67f1a61387cf724995c0a67fcd42d2 WireGuard-0.0.20180218.tar.xz" +sha512sums="dc7ad4c366625bc614f95abe163459804fa3b6a4dd9e1c7eee1571d3dab5a5bc88dbdc6cc79b9ec48f471ba71da54050f1bce8874ed130f15234a8353d276e50 WireGuard-0.0.20180304.tar.xz" |