ScoopInstaller_Main/bucket/helm-docs.json
2022-05-10 12:31:39 +00:00

25 lines
822 B
JSON

{
"version": "1.10.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.10.0/helm-docs_1.10.0_Windows_x86_64.tar.gz",
"hash": "b2dd6975aad5e383c6a8707710fda35a8e2b3462d31d688d8683e9e9c59e7975"
}
},
"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"
}
}
}