ScoopInstaller_Main/bucket/helmfile.json
Vlad Volkov b7b8bef2d7
helmfile: updated urls due to repository migration (#3851)
* Updated helmfile urls due to repository migration

* fixed base url for hash
2022-08-22 13:26:52 +01:00

32 lines
1.2 KiB
JSON

{
"version": "0.145.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/v0.145.3/helmfile_0.145.3_windows_amd64.tar.gz",
"hash": "6401465ec21b7f8e1caa2dc85a02eecb406d8a30276e4cb742265413e8638498"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.145.3/helmfile_0.145.3_windows_386.tar.gz",
"hash": "da5138438d177e6a86fed08b2b7dda716bcfc982b1dc41abc8d5c99e19518381"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}