From dce9c6496ae64cc4018b5694b204a2f391ebaae3 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Fri, 6 Oct 2017 10:12:00 +0100 Subject: [PATCH] horst: Use https tar.gz instead of git download Signed-off-by: Bruno Randolf --- net/horst/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net/horst/Makefile b/net/horst/Makefile index 63e2f55ec6..c18e7454e2 100644 --- a/net/horst/Makefile +++ b/net/horst/Makefile @@ -12,11 +12,8 @@ PKG_VERSION:=5.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=git://github.com/br101/horst.git -PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=22f4be94e839c58ac85ebdc2359b813fd5f68dfd71e1b0c9ed9545020d1abc7d +PKG_SOURCE_URL:=https://github.com/br101/horst/archive/v$(PKG_VERSION)/ +PKG_HASH:=74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9 PKG_MAINTAINER:=Bruno Randolf PKG_LICENSE:=GPL-2.0+ -- 2.30.2