wok diff novnc/receipt @ rev 24462
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 16 21:07:01 2022 +0000 (2022-02-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 Wed Feb 16 21:07:01 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