diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-05 01:41:23 -0700 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2018-08-05 10:41:23 +0200 |
commit | 82fc8f87e99c40842eb2cc34c6069fa2e49e4b60 (patch) | |
tree | 13fd62c563bb32375803b80ffe9d8330021662e6 /net/ntripclient | |
parent | f1acc00ce91838e79314803de34e699417ca36c7 (diff) |
ntripclient: Fix version and switch to codeload (#6690)
Version is 1.51, not 1.5.0. Codeload simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/ntripclient')
-rw-r--r-- | net/ntripclient/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/ntripclient/Makefile b/net/ntripclient/Makefile index 391f625e3..09199516e 100644 --- a/net/ntripclient/Makefile +++ b/net/ntripclient/Makefile @@ -9,16 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntripclient -PKG_VERSION:=1.5.0 +PKG_VERSION:=1.51 +PKG_RELEASE:=1 -PKG_RELEASE=$(PKG_SOURCE_VERSION) - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/nunojpg/ntripclient.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=dcfb2cb3e6f31b7291a94e7f86379c78ffc0d44e -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=8d16f2bd0295a2e77fe8651e5f973c3ca4cf0d62fc4d671ebb54cfa8dc7debd0 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://codeload.github.com/nunojpg/ntripclient/tar.gz/v$(PKG_VERSION)? +PKG_HASH:=d668e87b2260ef262e2066ac0ed217ec77478170deaf76ff48f2116a23c48ae5 PKG_LICENSE:=GPL-2.0+ |