rcc: Add version 11.5.5 (#3309)

This commit is contained in:
Issac Lin 2022-02-20 09:15:13 +08:00 committed by GitHub
parent 09ca56c3b6
commit 4fa1386865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/rcc.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "11.5.5",
"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.5.5/windows64/rcc.exe",
"hash": "220609582a405bb62f43fa06cd6fdf7f1b7b7edbcbca90d4d5f36c6a2d9b0ba8"
}
},
"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"
}
}
}
}