wok-6.x diff flac/receipt @ rev 24503

updated dulwich (0.19.14 -> 0.19.16)
author Hans-G?nter Theisgen
date Sun Feb 20 10:36:29 2022 +0100 (2022-02-20)
parents 095836df71b7
children 67565ccdef88
line diff
     1.1 --- a/flac/receipt	Thu Jan 27 12:16:00 2022 +0000
     1.2 +++ b/flac/receipt	Sun Feb 20 10:36:29 2022 +0100
     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.