2022-09-12 16:31:32 +00:00

25 lines
837 B
JSON

{
"version": "11.25.1",
"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.25.1/windows64/rcc.exe",
"hash": "101967365e2ab915132a8c6bd28db0ad81edefd7a9943945282b7aca10efec75"
}
},
"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"
}
}
}
}