2024-03-01 16:26:48 +00:00

25 lines
837 B
JSON

{
"version": "17.18.0",
"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/v17.18.0/windows64/rcc.exe",
"hash": "9e08a68c4a0e94ec6b949b4e38c89ac670aec41c75a48cf153a45df71a77db7e"
}
},
"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"
}
}
}
}