From 0ecc90151f7099c2b1678d4e59935a3db497064d Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 27 Jan 2019 21:57:33 +0100 Subject: [PATCH] wireguard-tools: Update from 0.0.20181119 to 0.0.20190123 --- 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 8944f3002..4c5022099 100644 --- a/packages/wireguard-tools/build.sh +++ b/packages/wireguard-tools/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://www.wireguard.com TERMUX_PKG_DESCRIPTION="Tools for the WireGuard secure network tunnel" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_VERSION=0.0.20181119 -TERMUX_PKG_SHA256=7d47f7996dd291069de4efb3097c42f769f60dc3ac6f850a4d5705f321e4406b +TERMUX_PKG_VERSION=0.0.20190123 +TERMUX_PKG_SHA256=edd13c7631af169e3838621b1a1bff3ef73cf7bc778eec2bd55f7c1089ffdf9b 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