forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cyberduck.json
23 lines (23 loc) · 843 Bytes
/
cyberduck.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"homepage": "https://cyberduck.io/",
"description": "Multiple protocols libre file transfer client",
"license": "GPL-2.0-or-later",
"version": "6.9.4.30164",
"url": "https://update.cyberduck.io/windows/Cyberduck-Installer-6.9.4.30164.msi",
"hash": "10069917790046787df6f9cf2f0f1283145f7b52b04e10820c9783fbba7903f0",
"extract_dir": "Cyberduck",
"shortcuts": [
[
"Cyberduck.exe",
"Cyberduck"
]
],
"checkver": {
"url": "https://update.cyberduck.io/windows/",
"re": "Cyberduck-Installer-([\\d.]+).msi"
},
"autoupdate": {
"url": "https://update.cyberduck.io/windows/Cyberduck-Installer-$version.msi"
},
"notes": "Additional third party connection profiles can be installed to and found in '%APPDATA%\\Cyberduck\\Profiles'."
}