-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
ultravnc.json
41 lines (41 loc) · 1.12 KB
/
ultravnc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "1.4.3.6",
"description": "UltraVNC Server and Viewer can display the screen of one computer (Server) on the screen of another (Viewer).",
"homepage": "https://uvnc.com",
"license": "GPL-3.0-or-later",
"url": "https://uvnc.eu/download/1436/UltraVNC_IPv6_1436.zip",
"hash": "bbb35b8199af7841080b5d34a559b76f9d824ff8c140a030db86dac5edccc7ae",
"architecture": {
"64bit": {
"extract_dir": "64"
},
"32bit": {
"extract_dir": "32"
}
},
"bin": [
"vncviewer.exe",
"winvnc.exe"
],
"shortcuts": [
[
"vncviewer.exe",
"VNC Viewer"
],
[
"winvnc.exe",
"WinVNC"
]
],
"checkver": {
"url": "https://uvnc.com/downloads/ultravnc.html",
"regex": "Latest release version: ([\\d.]+)"
},
"autoupdate": {
"url": "https://uvnc.eu/download/$cleanVersion/UltraVNC_IPv6_$cleanVersion.zip",
"hash": {
"url": "$baseurl/Hashes.txt",
"regex": "(?sm)$basename.*?SHA256\\s+$sha256"
}
}
}