From 150a0bb20193c78a97cc9539ee3afa6f6fd7f268 Mon Sep 17 00:00:00 2001 From: Craig Treasure Date: Thu, 7 Mar 2024 05:32:27 -0800 Subject: [PATCH] radius: Add version 0.31.0 (#5477) * radius: Add version 0.29.0 This change adds the [radius](https://github.com/radius-project/radius) CLI tool to the bucket. * Update to 0.30.0 * Accept recommendation to move `bin` Co-authored-by: tech189 * Update to 0.31.0 --------- Co-authored-by: tech189 --- bucket/radius.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/radius.json diff --git a/bucket/radius.json b/bucket/radius.json new file mode 100644 index 0000000000000..947cfa7eed656 --- /dev/null +++ b/bucket/radius.json @@ -0,0 +1,26 @@ +{ + "version": "0.31.0", + "description": "Radius is a cloud-native, portable application platform that makes app development easier for teams building cloud-native apps.", + "homepage": "https://radapp.io/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/radius-project/radius/releases/download/v0.31.0/rad_windows_amd64.exe#/rad.exe", + "hash": "86fede0f1a0e8cf5645e8399a29cca7a7d34b95613c9dfd02a25851601c2df17" + } + }, + "bin": "rad.exe", + "checkver": { + "github": "https://github.com/radius-project/radius" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/radius-project/radius/releases/download/v$version/rad_windows_amd64.exe#/rad.exe" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}