From 4fa13868657a56b0d18e2de1f2610c45be8b1bd5 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 20 Feb 2022 09:15:13 +0800 Subject: [PATCH] rcc: Add version 11.5.5 (#3309) --- bucket/rcc.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/rcc.json diff --git a/bucket/rcc.json b/bucket/rcc.json new file mode 100644 index 0000000000..d141abdff6 --- /dev/null +++ b/bucket/rcc.json @@ -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" + } + } + } +}