wok diff python-click/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (24 months ago)
parents 1df6fa555414
children d32d64bc318e
line diff
     1.1 --- a/python-click/receipt	Thu Jan 13 18:29:05 2022 +0000
     1.2 +++ b/python-click/receipt	Sat Jun 18 20:27:19 2022 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
     1.8 +	wget -O - $WEB_SITE 2>/dev/null | sed '/click [0-9]/!d;s|.*click ||;q'
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.