diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-07-31 20:54:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 20:54:18 +0300 |
commit | 3e84951b96c3b8f9c151ebd06415859ecc58924e (patch) | |
tree | e2288b9c92de3460ab5b2fdac641693898fd3533 | |
parent | da7a73b89b441e04bd15eabb644eeb950813a063 (diff) | |
parent | 19e9fbaa70970bf4cd4a4593cdd2779c1eefd87e (diff) |
Merge pull request #4660 from zx2c4/patch-8
wireguard: version bump
-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 e63cd5024..ff3f76a0f 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.20170706 +PKG_VERSION:=0.0.20170726 PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ -PKG_HASH:=5763b9436265421a67f92cb82142042867fc87c573ecc18033d40c1476146c33 +PKG_HASH:=db91452b6b5ec28049721a520fe4fd0683825bad45b7383d12d7b819668201db PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |