wok diff csstidy/receipt @ rev 25028

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 17:04:56 2022 +0000 (2022-05-19)
parents 076f424196b2
children 7dd01dedad38
line diff
     1.1 --- a/csstidy/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/csstidy/receipt	Thu May 19 17:04:56 2022 +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 - $WEB_SITE 2>/dev/null | \
     1.8 -	sed '/C++/!d;s|.*(PHP), ||;s| (C.*||;q'
     1.9 +	wget -O - https://github.com/Cerdic/CSSTidy/tags 2>/dev/null | \
    1.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.