From: William Fleurant Date: Mon, 5 Aug 2019 02:36:02 +0000 (-0400) Subject: yggdrasil: match contributing.md order of config section X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fee12663cb4b67d790f54cbb12c262e019418293;p=feed%2Fpackages.git yggdrasil: match contributing.md order of config section Signed-off-by: William Fleurant --- diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 96daa00403..dfa0459df9 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)