wok diff tcl/receipt @ rev 25696
created recipe for dool
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 11 17:17:55 2024 +0100 (6 months ago) |
parents | aa7275c5f402 |
children |
line diff
1.1 --- a/tcl/receipt Mon Jul 25 09:37:49 2022 +0100 1.2 +++ b/tcl/receipt Sat May 11 17:17:55 2024 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/tcl/files/Tcl/ 2>/dev/null | \ 1.7 - sed '/scope="row/!d;/unstable/d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.8 + sed '/scope="row/!d;/unstable/d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 1.9 sed '/scope="row/!d;s|.*/Tcl/||;s|/.*||;q' 1.10 } 1.11