ScoopInstaller_Main/bucket/syncany-cli.json
2021-04-09 22:09:02 +02:00

21 lines
751 B
JSON

{
"version": "0.4.9",
"description": "An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage!",
"homepage": "https://www.syncany.org/",
"license": "GPL-3.0-or-later",
"url": "https://www.syncany.org/dist/releases/syncany-cli-0.4.9-alpha.exe",
"hash": "6ee34b4767689abc983c0e5632dc4502cc3689e4e2d7f89f03a0a6afe67a44d8",
"innosetup": true,
"bin": [
"bin\\sy.bat",
"bin\\syncany.bat"
],
"checkver": {
"url": "https://get.syncany.org/dist/releases/?C=M;O=D",
"regex": "syncany-cli-([\\d.]+)-alpha\\.exe"
},
"autoupdate": {
"url": "https://www.syncany.org/dist/releases/syncany-cli-$version-alpha.exe"
}
}