wok diff python-pyweb/receipt @ rev 25694

dropbear: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 14:12:01 2024 +0000 (2 months ago)
parents 7c6901d3cd44
children
line diff
     1.1 --- a/python-pyweb/receipt	Wed Jul 13 17:11:49 2022 +0100
     1.2 +++ b/python-pyweb/receipt	Sun Apr 21 14:12:01 2024 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://github.com/webpy/webpy/releases 2>/dev/null | \
     1.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
     1.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.