wok diff dillo/receipt @ rev 25608

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 20 09:05:42 2023 +0000 (14 months ago)
parents 73e5a39701e3
children
line diff
     1.1 --- a/dillo/receipt	Thu Jul 28 08:19:17 2022 +0000
     1.2 +++ b/dillo/receipt	Thu Jul 20 09:05:42 2023 +0000
     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 - https://www.dillo.org/download/ 2>/dev/null | \
     1.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/latest one/!d;s|.*dillo-||;s|<.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.