diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2016-07-17 23:03:20 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2016-07-17 23:03:20 +0200 |
commit | d0e989aa3c2e5d9a779741fc4a2546ffd8c5d795 (patch) | |
tree | f2977c1cb3b24ebe82ebd3b179434c6742f99547 /net/wireguard | |
parent | 144812d5c9271f3cabb7c6f8e6a97a3bc7ba4928 (diff) |
wireguard: Bump to 0.0.20160711
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Diffstat (limited to 'net/wireguard')
-rw-r--r-- | net/wireguard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index 83ed8805f..d9922298e 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -9,12 +9,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=wireguard -PKG_VERSION:=0.0.20160708.1 +PKG_VERSION:=0.0.20160711 PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-experimental-$(PKG_VERSION).tar.xz # This is actually SHA256, but OpenWRT/LEDE will figure it out based on the length -PKG_MD5SUM:=11faf795dd45ff0d13cdd204775b07e01fda596b4a9c2a1b326614c226e9725d +PKG_MD5SUM:=4ab876642236abcac416f7b75cf5e9e28b8581d5b7741d36a437af08c42d8081 PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ PKG_BUILD_DIR:=$(BUILD_DIR)/WireGuard-experimental-$(PKG_VERSION) |