Mercurial > repos > simon-gladman > package_snippy_3_0
changeset 3:f94a38e62a98 draft default tip
Updated to new version of snippy with static binaries
| author | simon-gladman |
|---|---|
| date | Wed, 08 Jun 2016 04:55:14 -0400 |
| parents | 3d5942608db4 |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jun 08 04:50:50 2016 -0400 +++ b/tool_dependencies.xml Wed Jun 08 04:55:14 2016 -0400 @@ -3,9 +3,9 @@ <package name="snippy" version="3.0"> <install version="1.0"> <actions> - <action type="download_by_url">https://github.com/tseemann/snippy.git</action> + <action type="download_by_url">https://github.com/tseemann/snippy/archive/v3.1.tar.gz</action> <action type="move_directory_files"> - <source_directory>snippy/.</source_directory> + <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/snippy</action>
