From fee12663cb4b67d790f54cbb12c262e019418293 Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Sun, 4 Aug 2019 22:36:02 -0400 Subject: [PATCH] yggdrasil: match contributing.md order of config section Signed-off-by: William Fleurant --- net/yggdrasil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)