diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-03-25 19:32:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-25 19:32:38 -0700 |
commit | d41fd1d92ec8231ad46aeaa4f9d5a7aa89eeeb90 (patch) | |
tree | 0b847651672dbcb0c3edba3d3970f31eef7d08b8 /net/iptraf-ng/Makefile | |
parent | 2c2075032991282f563a8af8426132650d1de8dc (diff) |
iptraf-ng: Fix Source URLs
The Fedora links have changed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/iptraf-ng/Makefile')
-rw-r--r-- | net/iptraf-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iptraf-ng/Makefile b/net/iptraf-ng/Makefile index 368020f8f..90738b5da 100644 --- a/net/iptraf-ng/Makefile +++ b/net/iptraf-ng/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.1.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://fedorahosted.org/releases/i/p/iptraf-ng/ +PKG_SOURCE_URL:=https://infrastructure.fedoraproject.org/infra/hosted-content/$(PKG_NAME)/$(PKG_NAME) PKG_HASH:=79140cf07c0cceb1b5723242847a73aa86f5e4f9dccfe8970fda6801d347eb09 PKG_LICENSE:=GPL-2.0 @@ -29,7 +29,7 @@ define Package/iptraf-ng CATEGORY:=Network DEPENDS:=+libncurses TITLE:=A console-based network monitoring program - URL:=https://fedorahosted.org/iptraf-ng/ + URL:=https://infrastructure.fedoraproject.org/infra/hosted-content/iptraf-ng/ endef define Package/iptraf-ng/description |