wok diff csstidy/receipt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents 076f424196b2
children 7dd01dedad38
line diff
     1.1 --- a/csstidy/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/csstidy/receipt	Mon May 16 10:04:06 2022 +0100
     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.