mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
27 lines
905 B
JSON
27 lines
905 B
JSON
{
|
|
"version": "0.36.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.36.0/rad_windows_amd64.exe#/rad.exe",
|
|
"hash": "1cb25df549e3b8b0433d7902af8779c80763faec937d38d2233d04fa7624f637"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|