changeset 2:de2ac3ac8138 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit 5c34fced348e2decd100d87bdd1e258781b97c1d
author iuc
date Tue, 31 May 2016 08:34:34 -0400
parents 76cc52f79dd4
children
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Jan 17 08:14:39 2015 -0500
+++ b/tool_dependencies.xml	Tue May 31 08:34:34 2016 -0400
@@ -3,12 +3,12 @@
     <package name="gnu_sed" version="4.2.2-sandbox">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz</action>
+                <action type="download_by_url" sha256sum="fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff">https://depot.galaxyproject.org/software/gnu_sed/gnu_sed_4.2.2.sandbox_src_all.tar.gz</action>
 
                 <!-- add sandbox feature from Assaf Gordon to disable critial functions. -->
-                <action type="download_file">https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
-                <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
-                <action type="autoconf"></action>
+                <action type="download_file" sha256sum="b7d52cfc474cd5a4a0ce79db669f726de201ea4e98808dec6c22be3c3701b774">https://depot.galaxyproject.org/software/gnu_sed/gnu_sed_sandbox-2016-05-26.patch_src_all.patch</action>
+                <action type="shell_command">patch -p1 -i gnu_sed_sandbox-2016-05-26.patch_src_all.patch</action>
+                <action type="autoconf" />
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>