wok diff genext2fs/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
parents d2113b0b8c40
children
line diff
     1.1 --- a/genext2fs/receipt	Mon Feb 28 17:48:46 2022 +0100
     1.2 +++ b/genext2fs/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -15,9 +15,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://sourceforge.net/projects/genext2fs/files/genext2fs/ 2>/dev/null | \
     1.8 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
     1.9 -	sed '/scope="row/!d;s|.*/genext2fs/||;s|/.*||;q'
    1.10 +	wget -O - https://github.com/bestouff/genext2fs/tags 2>/dev/null | \
    1.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.12  }
    1.13  
    1.14  # Rules to configure and make the package.