ScoopInstaller_Main/bucket/helm-docs.json
2023-12-21 12:30:01 +00:00

25 lines
822 B
JSON

{
"version": "1.12.0",
"description": "Generates Helm charts documentation as markdown files.",
"homepage": "https://github.com/norwoodj/helm-docs",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/norwoodj/helm-docs/releases/download/v1.12.0/helm-docs_1.12.0_Windows_x86_64.tar.gz",
"hash": "e5f50842af0962f69822337b3798731ccf3b8d9a54c3bbc8418bed4a4fa4d67a"
}
},
"bin": "helm-docs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/norwoodj/helm-docs/releases/download/v$version/helm-docs_$version_Windows_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}