mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
863 B
JSON
27 lines
863 B
JSON
{
|
|
"version": "0.11.0",
|
|
"description": "Platform Engineering Engine: Deliver intentions to Kubernetes and Clouds",
|
|
"homepage": "https://kusionstack.io",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/KusionStack/kusion/releases/download/v0.11.0/kusion_0.11.0_windows_amd64.zip",
|
|
"hash": "d77d41c618146dbe7af36d92780f9c757d7a94f63119b2d753674a794bcb38f7"
|
|
}
|
|
},
|
|
"bin": "kusion.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/KusionStack/kusion"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/KusionStack/kusion/releases/download/v$version/kusion_$version_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|