Changeset 6baeb35 in rtems-source-builder


Ignore:
Timestamp:
04/13/18 03:19:26 (6 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10
Children:
ce33364
Parents:
62537bc
git-author:
Chris Johns <chrisj@…> (04/13/18 03:19:26)
git-committer:
Chris Johns <chrisj@…> (04/13/18 07:45:14)
Message:

devel/expat: Download from github and not SF.

Close #3317

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bare/config/devel/expat-2.1.0-1.cfg

    r62537bc r6baeb35  
    99%include %{_configdir}/base.cfg
    1010
    11 %define expat_version 2.1.0
     11%define expat_version     2.1.0
     12%define expat_version_dir R_2_1_0
    1213
    13 %hash md5 expat-%{expat_version}.tar.gz dd7dab7a5fea97d2a6a43f511449b7cd
     14%hash sha256 expat-%{expat_version}.tar.gz 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
    1415
    1516#
  • source-builder/config/expat-2-1.cfg

    r62537bc r6baeb35  
    1919# Source
    2020#
    21 %source set expat http://downloads.sourceforge.net/project/expat/expat/%{expat_version}/expat-%{expat_version}.tar.gz
     21%source set expat https://github.com/libexpat/libexpat/releases/download/%{expat_version_dir}/expat-%{expat_version}.tar.gz
    2222
    2323#
Note: See TracChangeset for help on using the changeset viewer.