summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Wagner <phw@lowrisc.org>2019-09-03 13:06:07 (GMT)
committerPhilipp Wagner <phw@lowrisc.org>2020-05-04 16:16:26 (GMT)
commiteb9074cc9f95d67c4e92c67aa5b63bdbae00abf8 (patch)
tree7203da1edbfaac2c5c8f9372ba64a2d4078db88a
parent5659366bf62b5555bf914b5f55e8a01c92d6c6f1 (diff)
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.
-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 14c197d..84dba8f 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='*.*|.'