aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorWilliam Fleurant <meshnet@protonmail.com>2019-08-04 22:36:02 -0400
committerYousong Zhou <yszhou4tech@gmail.com>2019-08-09 09:57:31 +0800
commitfee12663cb4b67d790f54cbb12c262e019418293 (patch)
tree44cddd9bc180631f5ce977e61114bf1e023c9a35 /net
parente08d17fbe043ad7ae73aa004ee57ad6a425db846 (diff)
yggdrasil: match contributing.md order of config section
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/yggdrasil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile
index 96daa0040..dfa0459df 100644
--- a/net/yggdrasil/Makefile
+++ b/net/yggdrasil/Makefile
@@ -4,8 +4,8 @@ PKG_NAME:=yggdrasil
PKG_VERSION:=0.3.6
PKG_RELEASE:=1
-PKG_SOURCE_URL:=https://codeload.github.com/yggdrasil-network/yggdrasil-go/tar.gz/v$(PKG_VERSION)?
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=https://codeload.github.com/yggdrasil-network/yggdrasil-go/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=dc1699064319f19a64ac57bac366a15d718008fdb75ef03bf4252d3552dff4eb
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION)