wok diff dropbear/receipt @ rev 25601

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 16 18:06:38 2023 +0000 (15 months ago)
parents 48dff2952881
children e9542eb10538
line diff
     1.1 --- a/dropbear/receipt	Thu Dec 15 12:09:07 2022 +0000
     1.2 +++ b/dropbear/receipt	Sun Jul 16 18:06:38 2023 +0000
     1.3 @@ -30,8 +30,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 "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
     1.9 +	wget -O - https://github.com/mkj/dropbear/releases 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/[A-Z_]*||;s|".*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.