[OpenWrt-Devel] [PATCH] tools/expat: change package source to GitHub

David Bauer mail at david-bauer.net
Sat Nov 23 15:09:20 EST 2019


According to the SourceForge page, the project is migrating to GitHub.
Thus, change the source of the package to GitHub.

Signed-off-by: David Bauer <mail at david-bauer.net>
---
 tools/expat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index de7f2a0deb..f29264ea68 100644
--- a/tools/expat/Makefile
+++ b/tools/expat/Makefile
@@ -13,7 +13,7 @@ PKG_VERSION:=2.2.9
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_HASH:=f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237
-PKG_SOURCE_URL:=@SF/expat
+PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION))
 
 HOST_BUILD_PARALLEL:=1
 
-- 
2.24.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list