From bf1edcf3497fbd60ec448e6075226d631016d515 Mon Sep 17 00:00:00 2001 From: Markham Date: Sat, 11 Jan 2020 20:27:59 +0100 Subject: [PATCH] ushare: fix download link --- make/archives.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/archives.mk b/make/archives.mk index ed45149..d793f17 100755 --- a/make/archives.mk +++ b/make/archives.mk @@ -289,7 +289,7 @@ $(ARCHIVE)/libupnp-$(LIBUPNP_VER).tar.bz2: $(WGET) https://qa.debian.org/watch/sf.php/pupnp/libupnp-$(LIBUPNP_VER).tar.bz2 $(ARCHIVE)/ushare-$(USHARE_VER).tar.bz2: - $(WGET) http://www.fhloston-paradise.de/ushare-$(USHARE_VER).tar.bz2 + $(WGET) https://sourceforge.net/projects/ushare/files/$(notdir $@) $(ARCHIVE)/udpxy.1.0.23-7-prod.tar.gz: $(WGET) http://www.fhloston-paradise.de/udpxy.1.0.23-7-prod.tar.gz -- 2.39.5