wok diff enet/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 765908a63c69
children
line diff
     1.1 --- a/enet/receipt	Thu Jun 22 11:01:59 2023 +0000
     1.2 +++ b/enet/receipt	Sun Apr 21 14:12:01 2024 +0000
     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 '/projectnumber/!d;s|.*>v||;s|<.*||'
     1.9 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.