wok diff uget/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 348478407936
children
line diff
     1.1 --- a/uget/receipt	Sat Jul 30 15:37:46 2022 +0100
     1.2 +++ b/uget/receipt	Sun May 26 16:05:16 2024 +0000
     1.3 @@ -18,8 +18,9 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget --no-check-certificate -O - ${WEB_SITE}downloads/ 2>/dev/null | \
     1.8 -	sed '/Latest Stable/!d;s|.*sion: ||;s|<.*||'
     1.9 +	wget -O - https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/ 2>/dev/null | \
    1.10 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;/tar/!d;s|.*/uget-||;s|.tar.*||;q'
    1.12  }
    1.13  
    1.14  # Rules to configure and make the package.