wok diff wv/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 9c2fdce844ea
children
line diff
     1.1 --- a/wv/receipt	Tue Jul 11 13:58:21 2023 +0000
     1.2 +++ b/wv/receipt	Sun Apr 21 14:12:01 2024 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://www.abisource.com/downloads/wv/ 2>/dev/null | \
     1.8 +	wget -O - ${WGET_URL%wv/*}wv/ 2>/dev/null | \
     1.9  	sed '/\[DIR/!d;/arent/d;s|.*ref="||;s|/.*||' | sort -Vr | sed q
    1.10  }
    1.11