aboutsummaryrefslogtreecommitdiff
path: root/packages/expat
diff options
context:
space:
mode:
authorPhilipp Wagner <phw@lowrisc.org>2019-09-03 14:06:07 +0100
committerPhilipp Wagner <phw@lowrisc.org>2020-05-04 17:16:26 +0100
commiteb9074cc9f95d67c4e92c67aa5b63bdbae00abf8 (patch)
tree7203da1edbfaac2c5c8f9372ba64a2d4078db88a /packages/expat
parent5659366bf62b5555bf914b5f55e8a01c92d6c6f1 (diff)
downloadcrosstool-ng-eb9074cc9f95d67c4e92c67aa5b63bdbae00abf8.tar.gz
crosstool-ng-eb9074cc9f95d67c4e92c67aa5b63bdbae00abf8.tar.bz2
crosstool-ng-eb9074cc9f95d67c4e92c67aa5b63bdbae00abf8.zip
Expat: Provide a non-sourceforge download link
The same binaries are now hosted on GitHub releases (and looking at the homepage, that's the only download location they are offering). Use that mirror at least as an option.
Diffstat (limited to 'packages/expat')
-rw-r--r--packages/expat/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/expat/package.desc b/packages/expat/package.desc
index 14c197d9..84dba8ff 100644
--- a/packages/expat/package.desc
+++ b/packages/expat/package.desc
@@ -1,6 +1,6 @@
repository='git https://github.com/libexpat/libexpat.git'
repository_subdir='expat'
bootstrap='./buildconf.sh && make -C doc all'
-mirrors='http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION}'
+mirrors='http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION} https://github.com/libexpat/libexpat/releases/download/R_${CT_EXPAT_VERSION//./_}'
archive_formats='.tar.xz .tar.lz .tar.bz2 .tar.gz'
relevantpattern='*.*|.'