diff options
author | Moritz Warning <moritzwarning@web.de> | 2021-11-23 21:11:50 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2021-11-23 23:23:43 +0100 |
commit | a75702ecbbd6931cd2e4834f9f7ff739759aed18 (patch) | |
tree | 1fe8daf847ffd957ba32a4f8b341cfbb6c10f340 | |
parent | 122ee76623afeba0ccaf04944fd397bcc7309da0 (diff) |
zerotier: update to 1.8.3
Signed-off-by: Moritz Warning <moritzwarning@web.de>
-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 17ed927f0..4cb281401 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zerotier -PKG_VERSION:=1.8.2 +PKG_VERSION:=1.8.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)? -PKG_HASH:=e5695df264cf5fe45582c61976bcfbdfa49ff491e91d5b520acd1e14a057fd2c +PKG_HASH:=f0813900c812910db2751bfb43d22a06f11dbcfbe4515e6b24fcad90ca46f665 PKG_BUILD_DIR:=$(BUILD_DIR)/ZeroTierOne-$(PKG_VERSION) PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de> |