wok-6.x diff flac/receipt @ rev 24414
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 10 11:43:39 2022 +0000 (2022-02-10) |
parents | 095836df71b7 |
children | 67565ccdef88 |
line diff
1.1 --- a/flac/receipt Thu Jan 27 12:16:00 2022 +0000 1.2 +++ b/flac/receipt Thu Feb 10 11:43:39 2022 +0000 1.3 @@ -20,8 +20,8 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - ${WEB_SITE}feeds/feed.xml 2>/dev/null | \ 1.8 - sed '/released/!d;s|.*FLAC ||;s| rel.*||;q' 1.9 + wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/flac/ 2>/dev/null | \ 1.10 + sed '/flac-/!d;/zip/d;s|.*flac-||;s|.tar.*||' | sort -Vr | sed q 1.11 } 1.12 1.13 # Rules to configure and make the package.