aboutsummaryrefslogtreecommitdiff
path: root/net/e2guardian
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-05-01 04:43:13 +0200
committerNicolas Thill <nico@openwrt.org>2015-05-01 04:43:13 +0200
commit884c1c9b4223f52f29a29929a4cc8ebabf5bee54 (patch)
treef548741b806ee827efc21ece817ab4ba9d4cbaf6 /net/e2guardian
parentc5a5bf7145fac610f60cb42dfb6159efe80d0343 (diff)
e2guardian: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'net/e2guardian')
-rw-r--r--net/e2guardian/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/e2guardian/Makefile b/net/e2guardian/Makefile
index 0823d95fc..114453da3 100644
--- a/net/e2guardian/Makefile
+++ b/net/e2guardian/Makefile
@@ -14,9 +14,11 @@ PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
-PKG_SOURCE:=v$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/e2guardian/e2guardian/archive/
-PKG_MD5SUM:=f8ffac7ac4f040b672cc4e62121bf4c5
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/e2guardian/e2guardian.git
+PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1