mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
863 B
JSON
27 lines
863 B
JSON
{
|
|
"version": "0.15.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.15.0/kusion_0.15.0_windows_amd64.zip",
|
|
"hash": "d125bee2bfb5b5e3a468135da058696d843aca70c8a2bfec12b9582c69dafb7d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|