diff options
author | Moritz Warning <moritzwarning@web.de> | 2018-07-29 20:36:13 +0200 |
---|---|---|
committer | Moritz Warning <moritzwarning@web.de> | 2018-07-29 20:36:13 +0200 |
commit | 9e81f2511a81b91262784b4f5e43137f2d01f0c5 (patch) | |
tree | d761071a823467856c2e1f3a4f5c86bb7454a418 /net | |
parent | a9072f7a1ad263c909d049c81eaae35bb89ccf08 (diff) |
zerotier: update to version 1.2.12
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/zerotier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index cb4bab3a7..816b18183 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zerotier -PKG_VERSION:=1.2.10 +PKG_VERSION:=1.2.12 PKG_RELEASE:=1 PKG_LICENSE:=GPL-3.0 PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=1c79ec57e67764079a77704b336e642ae3cf221dc8088b0cf9e9c81e0a9c0c57 +PKG_HASH:=212799bfaeb5e7dff20f2cd83f15742c8e13b8e9535606cfb85abcfb5fb6fed4 PKG_BUILD_DIR:=$(BUILD_DIR)/ZeroTierOne-$(PKG_VERSION) |