diff sed.xml @ 30:5907d248dee3 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 28d2fcf2649b999762fbd94bd648485b916f2f0d
author bgruening
date Sat, 17 Jan 2026 00:56:56 +0000
parents 08cdbfffce67
children
line wrap: on
line diff
--- a/sed.xml	Wed Jun 04 15:11:51 2025 +0000
+++ b/sed.xml	Sat Jan 17 00:56:56 2026 +0000
@@ -5,7 +5,7 @@
     </macros>
     <expand macro="creator"/>
     <requirements>
-        <requirement type="package" version="4.8">sed</requirement>
+        <requirement type="package" version="4.9">sed</requirement>
     </requirements>
     <version_command>sed --version | head -n 1</version_command>
     <command>
@@ -88,7 +88,7 @@
 
 - Short sed tutorial (http://www.linuxhowtos.org/System/sed_tutorial.htm)
 - Long sed tutorial (http://www.grymoire.com/Unix/Sed.html)
-- sed faq with good examples (http://sed.sourceforge.net/sedfaq.html)
+- sed faq with good examples (https://www.pement.org/sed/sedfaq.html)
 - sed cheat-sheet (http://www.catonmat.net/download/sed.stream.editor.cheat.sheet.pdf)
 
 -----