mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
rcc: Add version 11.5.5 (#3309)
This commit is contained in:
parent
09ca56c3b6
commit
4fa1386865
24
bucket/rcc.json
Normal file
24
bucket/rcc.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user