summaryrefslogtreecommitdiffstats
path: root/source-builder/config
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-03-05 08:29:40 +1100
committerChris Johns <chrisj@rtems.org>2018-03-05 08:29:40 +1100
commit4b3e0f8e3d6998b84a2503dd2e11578989b1672b (patch)
tree6575ba11215fcbf304c5065fbf1042074eee2d16 /source-builder/config
parentsb: Convert any unicode keys to strings (diff)
downloadrtems-source-builder-4b3e0f8e3d6998b84a2503dd2e11578989b1672b.tar.bz2
The libexpat project has moved to github. Fetch expat from github.
Close #3315
Diffstat (limited to 'source-builder/config')
-rw-r--r--source-builder/config/expat-2-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/config/expat-2-1.cfg b/source-builder/config/expat-2-1.cfg
index 589bc86..77774e7 100644
--- a/source-builder/config/expat-2-1.cfg
+++ b/source-builder/config/expat-2-1.cfg
@@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
#
# Source
#
-%source set expat http://downloads.sourceforge.net/project/expat/expat/%{expat_version}/expat-%{expat_version}.tar.gz
+%source set expat https://github.com/libexpat/libexpat/releases/download/%{expat_version_dir}/expat-%{expat_version}.tar.gz
#
# Prepare the source code.