diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-08-23 20:27:11 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 20:27:11 +1200 |
commit | 2511663ff94c37e00541a2336afc4210c890081c (patch) | |
tree | 7a7ad7d9c715977ecfab04c19dc9605d1c80ac5f | |
parent | 0188e9f7ae86b0d37875ca048d78719ed51e3175 (diff) | |
parent | eb9074cc9f95d67c4e92c67aa5b63bdbae00abf8 (diff) | |
download | crosstool-ng-2511663ff94c37e00541a2336afc4210c890081c.tar.gz crosstool-ng-2511663ff94c37e00541a2336afc4210c890081c.tar.bz2 crosstool-ng-2511663ff94c37e00541a2336afc4210c890081c.zip |
Merge pull request #1230 from imphil/expat-non-sf-download-link
Expat: Provide a non-sourceforge download link
-rw-r--r-- | packages/expat/package.desc | 2 |
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='*.*|.' |