wok diff novnc/receipt @ rev 25026

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 10:39:49 2022 +0000 (2022-05-19)
parents ac8ca9758df1
children 3f8793537981
line diff
     1.1 --- a/novnc/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/novnc/receipt	Thu May 19 10:39:49 2022 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
     1.8 +	wget -O - https://github.com/novnc/noVNC/releases 2>/dev/null | \
     1.9  	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    1.10  }
    1.11