wok diff TiMidity++/receipt @ rev 25699

Up redis (7.2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 26 16:05:16 2024 +0000 (4 weeks ago)
parents 2d4208bebf51
children
line diff
     1.1 --- a/TiMidity++/receipt	Sun Feb 12 13:14:45 2023 +0000
     1.2 +++ b/TiMidity++/receipt	Sun May 26 16:05:16 2024 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - $WEB_SITE/files/ 2>/dev/null | sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | \
     1.8 +	wget -O - $WEB_SITE/files/ 2>/dev/null | sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | \
     1.9  	xargs wget -O - 2>/dev/null | sed "/${PACKAGE}-/!d;s|.*${PACKAGE}-\\([0-9\\.]*\\)*\".*|\\1|" | sed '/^[0-9]/!d;q'
    1.10  }
    1.11