mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
27 lines
863 B
JSON
27 lines
863 B
JSON
{
|
|
"version": "0.14.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.14.0/kusion_0.14.0_windows_amd64.zip",
|
|
"hash": "f9166dfeb9b56dd4d39698b363bf9058299665e82456007b6a56c22227bd3419"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|