wok diff netatalk/receipt @ rev 25622
Up bzip3 (1.3.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 31 10:51:14 2023 +0000 (17 months ago) |
parents | 1c1cd9e8b715 |
children |
line diff
1.1 --- a/netatalk/receipt Wed Sep 28 10:52:41 2022 +0000 1.2 +++ b/netatalk/receipt Thu Aug 31 10:51:14 2023 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/netatalk/files/netatalk/ 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|.*/netatalk/||;s|/.*||;q' 1.10 } 1.11