mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 22:44:25 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.70.1",
|
|
"description": "Command line interface to deploy Kubernetes Helm Charts.",
|
|
"homepage": "https://github.com/roboll/helmfile/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.70.1/helmfile_windows_amd64.exe#/helmfile.exe",
|
|
"hash": "6d609c2fcf6451f81026495ae42eaa30855a10ecd5eef70b1ae3f431bfe999bb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.70.1/helmfile_windows_386.exe#/helmfile.exe",
|
|
"hash": "c2f2c2b62e3e52d531ce4e2e79573ebcd1edab19fdbc3ed46e1e39399e0164af"
|
|
}
|
|
},
|
|
"bin": "helmfile.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_amd64.exe#/helmfile.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_386.exe#/helmfile.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|