Changeset 6baeb35 in rtems-source-builder
- Timestamp:
- 04/13/18 03:19:26 (6 years ago)
- 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)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bare/config/devel/expat-2.1.0-1.cfg
r62537bc r6baeb35 9 9 %include %{_configdir}/base.cfg 10 10 11 %define expat_version 2.1.0 11 %define expat_version 2.1.0 12 %define expat_version_dir R_2_1_0 12 13 13 %hash md5 expat-%{expat_version}.tar.gz dd7dab7a5fea97d2a6a43f511449b7cd14 %hash sha256 expat-%{expat_version}.tar.gz 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86 14 15 15 16 # -
source-builder/config/expat-2-1.cfg
r62537bc r6baeb35 19 19 # Source 20 20 # 21 %source set expat http ://downloads.sourceforge.net/project/expat/expat/%{expat_version}/expat-%{expat_version}.tar.gz21 %source set expat https://github.com/libexpat/libexpat/releases/download/%{expat_version_dir}/expat-%{expat_version}.tar.gz 22 22 23 23 #
Note: See TracChangeset
for help on using the changeset viewer.