aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorviisauksena <viisauksena@users.noreply.github.com>2016-12-18 02:03:41 +0100
committerGitHub <noreply@github.com>2016-12-18 02:03:41 +0100
commitcd81a48f2051fe14c8e68d990cc0274b6c025f61 (patch)
treec0ec878c729b6678d3c93ff4b53e0cc9ffcd011a
parentba1d645a6920094007bf5ffad566ad28c6473faf (diff)
package/wireguard bump version to 0.0.20161216
package/wireguard bump version to 0.0.20161216 Signed-off-by: Jens Viisauksena github_patch@viisauksena.de
-rw-r--r--net/wireguard/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile
index fa3acc7e7..10a5958cb 100644
--- a/net/wireguard/Makefile
+++ b/net/wireguard/Makefile
@@ -9,14 +9,14 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=wireguard
-PKG_VERSION:=0.0.20161129
+PKG_VERSION:=0.0.20161216
PKG_RELEASE:=1
-PKG_SOURCE:=WireGuard-experimental-$(PKG_VERSION).tar.xz
+PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
# This is actually SHA256, but OpenWRT/LEDE will figure it out based on the length
-PKG_MD5SUM:=7bdce3e56aaae91b195b8bbf7afc8d07f68632c997aa702c1ab84745c099d1b7
+PKG_MD5SUM:=9d3c1f52a9995d2bf1f5cd9d6b1922bd1f78fb3ddbd30bf3587077f79ef0977b
PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
-PKG_BUILD_DIR:=$(BUILD_DIR)/WireGuard-experimental-$(PKG_VERSION)
+PKG_BUILD_DIR:=$(BUILD_DIR)/WireGuard-$(PKG_VERSION)
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING