wok diff httping/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 months ago)
parents 73f36875e5a7
children
line diff
     1.1 --- a/httping/receipt	Thu Mar 09 18:12:54 2023 +0000
     1.2 +++ b/httping/receipt	Sun May 26 16:05:16 2024 +0000
     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 - ${WGET_URL%/*} 2>/dev/null | \
     1.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tgz/!d;s|.*$PACKAGE-\\(.*\\).tgz.*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/httping-/!d;s|.*httping-||;s|.t.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.