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 <dlloyd189@gmail.com>

* Update to 0.31.0

---------

Co-authored-by: tech189 <dlloyd189@gmail.com>
This commit is contained in:
Craig Treasure 2024-03-07 05:32:27 -08:00 committed by GitHub
parent 9c31ddc39c
commit 150a0bb201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

26
bucket/radius.json Normal file
View File

@ -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"
}
}
}