2022-02-20 09:15:13 +08:00

25 lines
835 B
JSON

{
"version": "11.5.5",
"description": "Allows you to create, manage, and distribute Python-based self-contained automation packages.",
"homepage": "https://robocorp.com/docs/rcc/overview",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.robocorp.com/rcc/releases/v11.5.5/windows64/rcc.exe",
"hash": "220609582a405bb62f43fa06cd6fdf7f1b7b7edbcbca90d4d5f36c6a2d9b0ba8"
}
},
"bin": "rcc.exe",
"checkver": {
"url": "https://downloads.robocorp.com/rcc/releases/index.html",
"regex": "v([\\d.]+)/windows64/rcc\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.robocorp.com/rcc/releases/v$version/windows64/rcc.exe"
}
}
}
}