comparison tools/mira4/tool_dependencies.xml @ 11:02350bef2e99 draft

Uploaded v0.0.2 preview 3, correction regression in URL
author peterjc
date Tue, 10 Dec 2013 06:29:13 -0500
parents 79759fdec6cb
children a6a56440567c
comparison
equal deleted inserted replaced
10:79759fdec6cb 11:02350bef2e99
14 <destination_directory>$INSTALL_DIR</destination_directory> 14 <destination_directory>$INSTALL_DIR</destination_directory>
15 </action> 15 </action>
16 </actions> 16 </actions>
17 <!-- Download the binaries for MIRA compatible with 64-bit Linux. --> 17 <!-- Download the binaries for MIRA compatible with 64-bit Linux. -->
18 <actions architecture="x86_64" os="linux"> 18 <actions architecture="x86_64" os="linux">
19 <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc4_linux-gnu_x86_64_static.tar.bz2</action> 19 <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc5_linux-gnu_x86_64_static.tar.bz2</action>
20 <action type="move_directory_files"> 20 <action type="move_directory_files">
21 <source_directory>bin</source_directory> 21 <source_directory>bin</source_directory>
22 <destination_directory>$INSTALL_DIR</destination_directory> 22 <destination_directory>$INSTALL_DIR</destination_directory>
23 </action> 23 </action>
24 </actions> 24 </actions>