ScoopInstaller_Main/bucket/helmfile.json
2025-12-20 04:30:14 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.2.3",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/helmfile/helmfile",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.2.3/helmfile_1.2.3_windows_amd64.tar.gz",
"hash": "503a6a7288bc51377c4dbf4bb9421e7d5b9697e3950f961a0a3d297e7c8b32fd"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.2.3/helmfile_1.2.3_windows_386.tar.gz",
"hash": "686bc89b2bb86ca6c43503cc29f6c37f330eadc2f3cd00346c8cccbaa9671640"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.2.3/helmfile_1.2.3_windows_arm64.tar.gz",
"hash": "6452185ee6d6d960e22fa8b095785e6a1fb0ebbc4ebb19dac20cd2abb7732749"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}