mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
25 lines
837 B
JSON
25 lines
837 B
JSON
{
|
|
"version": "11.26.3",
|
|
"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.26.3/windows64/rcc.exe",
|
|
"hash": "7dbec461ee457b79bd10dac97b0007c8e1409985c912be73bbe6af824ee46560"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|