mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
27 lines
905 B
JSON
27 lines
905 B
JSON
{
|
|
"version": "0.38.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.38.0/rad_windows_amd64.exe#/rad.exe",
|
|
"hash": "df57606fb9e19f027ed4efdbbcaccb7f6f9c84e324eedd2704b150c17ae7e50a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|