Browse Source

zerotier: update to 1.8.3

Signed-off-by: Moritz Warning <moritzwarning@web.de>
lilik-openwrt-22.03
Moritz Warning 3 years ago
committed by Nick Hainke
parent
commit
a75702ecbb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/zerotier/Makefile

+ 2
- 2
net/zerotier/Makefile View File

@ -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>


Loading…
Cancel
Save