Craig Treasure 150a0bb201
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>
2024-03-07 13:32:27 +00:00

27 lines
905 B
JSON

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