summaryrefslogtreecommitdiffstats
path: root/tools/expat
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2019-11-23 19:28:47 +0100
committerDavid Bauer <mail@david-bauer.net>2019-11-24 23:17:34 +0100
commitc5497ebb1ce80a46c1508ba8a9a9c6c5461eedf3 (patch)
tree70a73d1e551e677e92cd4e10f7db32fcdf98ccb4 /tools/expat
parent6a76ea359b14cf833e1670707ff43fdb5f394eab (diff)
downloadopenwrt-c5497ebb1ce80a46c1508ba8a9a9c6c5461eedf3.tar.gz
openwrt-c5497ebb1ce80a46c1508ba8a9a9c6c5461eedf3.tar.bz2
openwrt-c5497ebb1ce80a46c1508ba8a9a9c6c5461eedf3.zip
tools/expat: change package source to GitHub
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@david-bauer.net>
Diffstat (limited to 'tools/expat')
-rw-r--r--tools/expat/Makefile2
1 files changed, 1 insertions, 1 deletions
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