wok diff stund/receipt @ rev 25618
Update get-pcem-roms
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 28 14:28:52 2023 +0000 (16 months ago) |
parents | ca38ecbe9976 |
children |
line diff
1.1 --- a/stund/receipt Wed Jun 22 17:23:49 2022 +0000 1.2 +++ b/stund/receipt Mon Aug 28 14:28:52 2023 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/stun/files/stun/ 2>/dev/null | \ 1.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 1.9 sed '/scope="row/!d;s|.*/stun/||;s|/.*||;q' 1.10 } 1.11