mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"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.0.0/helmfile_1.0.0_windows_amd64.tar.gz",
|
|
"hash": "be949cd7c244172d7e5561ae56e9e4c39661aec299b0452c25c6dab90aaa03eb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.0.0/helmfile_1.0.0_windows_386.tar.gz",
|
|
"hash": "1ff1a3c5cac9e1a5e4ef6b717dce8c6520e29965435fd59ad567c35677109ff3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.0.0/helmfile_1.0.0_windows_arm64.tar.gz",
|
|
"hash": "ed1356926a4fa765cc0e7ec12c97808a5b4523f2eea24125713f6df8f93d8dc9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|