wok diff slim/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (23 months ago)
parents ee53899c6189
children 9c874a5c3b17
line diff
     1.1 --- a/slim/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/slim/receipt	Sat Jun 18 20:27:19 2022 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://github.com/iwamatsu/slim/releases 2>/dev/null | \
     1.8 +	wget -O - https://github.com/iwamatsu/slim/tags 2>/dev/null | \
     1.9  	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.10  }
    1.11