2023-09-19 12:30:46 +00:00

25 lines
835 B
JSON

{
"version": "16.2.2",
"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/v16.2.2/windows64/rcc.exe",
"hash": "feca66a29716565ed632c97c8795516f4897bc78f4e3d9df90aad10f549b03fb"
}
},
"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"
}
}
}
}