wok diff novnc/receipt @ rev 24998

Up rp-pppoe (3.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 16 10:11:22 2022 +0000 (2022-05-16)
parents ac8ca9758df1
children 3f8793537981
line diff
     1.1 --- a/novnc/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/novnc/receipt	Mon May 16 10:11:22 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