diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-05 01:45:56 -0700 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2018-08-05 10:45:56 +0200 |
commit | ead9538b2c54e8dadde65606d6373381f51a00ca (patch) | |
tree | 0b3baa7e914a26992fd2af05d672aef8ecc1fbfa /net/ntripcaster | |
parent | bd3c9c66433e661b3f997bc4b9a8324d8aca6125 (diff) |
ntripcaster: Switch to codeload (#6653)
Currently uscan fails on this as it tries to look for a download link in the
wrong location. Switching it to a GitHub tarball will probably fix it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/ntripcaster')
-rw-r--r-- | net/ntripcaster/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/ntripcaster/Makefile b/net/ntripcaster/Makefile index 020f19850..12b07c5d0 100644 --- a/net/ntripcaster/Makefile +++ b/net/ntripcaster/Makefile @@ -10,15 +10,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntripcaster PKG_VERSION:=0.1.5 +PKG_RELEASE:=2 -PKG_RELEASE=$(PKG_SOURCE_VERSION) - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/nunojpg/ntripcaster.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=03878920195cf854b38a1ea424f1cae57353fa87 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=264656e5f9f9583c477208f005371124bfcbb7ba548f418eb5f1215059d1294b +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://codeload.github.com/nunojpg/ntripcaster/tar.gz/v$(PKG_VERSION)? +PKG_HASH:=2184af9821cf73bac1df229f1e61ca1d3e288c9de6087bee1ae218b54c588452 PKG_LICENSE:=GPL-2.0+ @@ -31,7 +27,7 @@ define Package/ntripcaster CATEGORY:=Network SUBMENU:=NTRIP TITLE:=Standard Ntrip Broadcaster - URL:=http://igs.bkg.bund.de/ntrip/download + URL:=https://igs.bkg.bund.de/ntrip DEPENDS:=+libpthread endef |