From a823d7391b12436873cba506f3729a127e316f43 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 6 Sep 2018 20:58:04 +0200 Subject: [PATCH] wireguard-tools: Update from 0.0.20180809 to 0.0.20180904 --- packages/wireguard-tools/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wireguard-tools/build.sh b/packages/wireguard-tools/build.sh index 90ec7af07..47f00e978 100644 --- a/packages/wireguard-tools/build.sh +++ b/packages/wireguard-tools/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://www.wireguard.com TERMUX_PKG_DESCRIPTION="Tools for the WireGuard secure network tunnel" -TERMUX_PKG_VERSION=0.0.20180809 -TERMUX_PKG_SHA256=3e351c42d22de427713f1da06d21189c5896a694a66cf19233a7c33295676f19 +TERMUX_PKG_VERSION=0.0.20180904 +TERMUX_PKG_SHA256=a38ead72994a7db7cda2d0085f410df1111b4728db050a519883eda8f3fe38f1 TERMUX_PKG_SRCURL=https://git.zx2c4.com/WireGuard/snapshot/WireGuard-$TERMUX_PKG_VERSION.tar.xz TERMUX_PKG_DEPENDS="libmnl, tsu" TERMUX_PKG_BUILD_IN_SRC=yes