wok diff opusfile/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 095836df71b7
children bc2b9d9bed6f
line diff
     1.1 --- a/opusfile/receipt	Thu Jan 27 12:16:00 2022 +0000
     1.2 +++ b/opusfile/receipt	Fri Feb 18 14:45:09 2022 +0100
     1.3 @@ -16,8 +16,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WEB_SITE}downloads/ 2>/dev/null | \
     1.8 -	sed '/opusfile/!d;/tar/!d;s|.*/opusfile-||;s|.tar.*||;q'
     1.9 +	wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/opus/ 2>/dev/null | \
    1.10 +	sed '/opusfile/!d;/tar/!d;s|.*/opusfile-||;s|.tar.*||' | sort -Vr | sed q
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.