diff --git a/bucket/kusion.json b/bucket/kusion.json new file mode 100644 index 0000000000..c39a20777e --- /dev/null +++ b/bucket/kusion.json @@ -0,0 +1,26 @@ +{ + "version": "0.8.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.8.0/kusion_0.8.0_windows_amd64.zip", + "hash": "7be0c2949513d6de3b6c9aada17247201bf4818f9bdd724eee88c925cde86ba9" + } + }, + "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" + } + } +}