summaryrefslogtreecommitdiff
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
parent62537bc0acfe2adfe1a483bda13434ab30c7a02b (diff)
devel/expat: Download from github and not SF.4.10
Close #3317
-rw-r--r--bare/config/devel/expat-2.1.0-1.cfg5
-rw-r--r--source-builder/config/expat-2-1.cfg2
2 files changed, 4 insertions, 3 deletions
diff --git a/bare/config/devel/expat-2.1.0-1.cfg b/bare/config/devel/expat-2.1.0-1.cfg
index fcb7cbe..90f2ce8 100644
--- a/bare/config/devel/expat-2.1.0-1.cfg
+++ b/bare/config/devel/expat-2.1.0-1.cfg
@@ -8,9 +8,10 @@
%include %{_configdir}/base.cfg
-%define expat_version 2.1.0
+%define expat_version 2.1.0
+%define expat_version_dir R_2_1_0
-%hash md5 expat-%{expat_version}.tar.gz dd7dab7a5fea97d2a6a43f511449b7cd
+%hash sha256 expat-%{expat_version}.tar.gz 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
#
# The Expat build instructions. We use 2.xx Release 1.
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.