diff options
author | Bruno Randolf <br1@einfach.org> | 2017-10-06 10:12:00 +0100 |
---|---|---|
committer | Bruno Randolf <br1@einfach.org> | 2017-10-06 10:15:32 +0100 |
commit | dce9c6496ae64cc4018b5694b204a2f391ebaae3 (patch) | |
tree | 944ff21d892e1e114fa65cf12ca929f7b86f50f5 /net/horst/Makefile | |
parent | 139015087cd8408514decc739399b169755302be (diff) |
horst: Use https tar.gz instead of git download
Signed-off-by: Bruno Randolf <br1@einfach.org>
Diffstat (limited to 'net/horst/Makefile')
-rw-r--r-- | net/horst/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/horst/Makefile b/net/horst/Makefile index 63e2f55ec..c18e7454e 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 <br1@einfach.org> PKG_LICENSE:=GPL-2.0+ |