mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
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:
parent
9c31ddc39c
commit
150a0bb201
26
bucket/radius.json
Normal file
26
bucket/radius.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user