mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
25 lines
835 B
JSON
25 lines
835 B
JSON
{
|
|
"version": "16.5.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/v16.5.0/windows64/rcc.exe",
|
|
"hash": "5cd2e60a508c6c28beb25c48463288261ed77e0349df603ed67d0fb87cc3c628"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|