summaryrefslogtreecommitdiffstats
path: root/source-builder
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-13 13:19:26 +1000
committerChris Johns <chrisj@rtems.org>2018-04-13 17:45:14 +1000
commit6baeb3558640d4fba1a282ef0e570066dde64bb9 (patch)
treeaa7dd44cc2a2cb990d39129ff14d7e2f50bab60e /source-builder
parentsb/path: Update the path module to the latest from master. (diff)
downloadrtems-source-builder-6baeb3558640d4fba1a282ef0e570066dde64bb9.tar.bz2
devel/expat: Download from github and not SF.
Close #3317
Diffstat (limited to 'source-builder')
-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.