Merge pull request #3787 from diizzyy/patch-19

net/zerotier: Fix source tarball filename
This commit is contained in:
Hannu Nyman 2017-01-08 15:36:31 +02:00 committed by GitHub
commit 0392cd0fc7
1 changed files with 5 additions and 3 deletions

View File

@ -11,11 +11,13 @@ PKG_RELEASE:=4
PKG_LICENSE:=GPL-3.0
PKG_SOURCE:=$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/zerotier/ZeroTierOne/archive/
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/zerotier/ZeroTierOne
PKG_SOURCE_SUBDIR:=ZeroTierOne-$(PKG_VERSION)
PKG_SOURCE_VERSION:=ae491c277e6f35d1acbdcbf700e2b834957295ae
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_MIRROR_MD5SUM:=c8c3219c995a59161832d580a194f6280de7a4eef75cebece6f38400b64f003e
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
PKG_MD5SUM:=5e381f0864797886b3b3bf20beb49bba
PKG_BUILD_DEPENDS:=uclibcxx
PKG_BUILD_PARALLEL:=1