diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-09-07 22:43:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 22:43:14 +0300 |
commit | 6c21fffaabe61132e32e85d4078fbadfa0363cde (patch) | |
tree | fd66d6320af6034681c4f56fbd2a2f853919711d | |
parent | ae498bdc8de82c28325ed154fe758c4f54fda45f (diff) | |
parent | e38aa90cb62cc2b034face31258de5174ca019a9 (diff) |
Merge pull request #4812 from ldir-EDB0/bumpwireguard
wireguard: bump to release 0.0.20170907
-rw-r--r-- | net/wireguard/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index 64d328efe..90e65180a 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=wireguard -PKG_VERSION:=0.0.20170810 +PKG_VERSION:=0.0.20170907 PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ -PKG_HASH:=ab96230390625aad6f4816fa23aef6e9f7fee130f083d838919129ff12089bf7 +PKG_HASH:=a1ee12d60662607e4c5a19f84b5115e56f083e2600053882e161537f12d963fd PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING @@ -36,6 +36,7 @@ define Package/wireguard/Default SUBMENU:=VPN URL:=https://www.wireguard.io MAINTAINER:=Baptiste Jonglez <openwrt@bitsofnetworks.org>, \ + Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> \ Dan Luedtke <mail@danrl.com>, \ Jason A. Donenfeld <Jason@zx2c4.com> endef |