wok diff afpfs-ng/receipt @ rev 25816
Update clonezilla to strict coreutils needed
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Feb 28 16:38:12 2025 +0100 (21 hours ago) |
parents | b1356f30c0b8 |
children |
line diff
1.1 --- a/afpfs-ng/receipt Fri Mar 18 17:45:47 2022 +0000 1.2 +++ b/afpfs-ng/receipt Fri Feb 28 16:38:12 2025 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/afpfs-ng/files/afpfs-ng/ 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|.*/afpfs-ng/||;s|/.*||;q' 1.10 } 1.11