wok diff python-asterisk/receipt @ rev 24383

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 06 11:51:57 2022 +0000 (2022-02-06)
parents 1df6fa555414
children e717a4953b0e
line diff
     1.1 --- a/python-asterisk/receipt	Thu Jan 13 18:29:05 2022 +0000
     1.2 +++ b/python-asterisk/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.3 @@ -14,10 +14,10 @@
     1.4  DEPENDS="python"
     1.5  BUILD_DEPENDS="python-dev python"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.11 -	sed '/, version /!d;s|.*version ||;s|<.*||'
    1.12 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.