wok diff novnc/receipt @ rev 25064
openvas-libraries, openvas-client: update gnutls calls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 08 16:46:37 2022 +0000 (2022-06-08) |
parents | ac8ca9758df1 |
children | 3f8793537981 |
line diff
1.1 --- a/novnc/receipt Sat Jan 15 15:21:40 2022 +0000 1.2 +++ b/novnc/receipt Wed Jun 08 16:46:37 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