wok diff hfsutils/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents af8d823a3077
children
line diff
     1.1 --- a/hfsutils/receipt	Mon Feb 14 14:14:23 2022 +0000
     1.2 +++ b/hfsutils/receipt	Fri May 20 09:25:51 2022 +0000
     1.3 @@ -13,8 +13,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 '/hfsutils-[0-9]/!d;/tar/!d;s|.*hfsutils-||;s|.tar.*||;q'
     1.9 +	wget -O - ${WEB_SITE}version.html 2>/dev/null | \
    1.10 +	sed '/has been released/!d;s| has.*||;s|^[ \t]*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.