ScoopInstaller_Main/bucket/hadolint.json
2021-01-31 16:37:01 +01:00

22 lines
716 B
JSON

{
"version": "1.21.0",
"description": "Dockerfile linter",
"homepage": "https://github.com/hadolint/hadolint",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/hadolint/hadolint/releases/download/v1.21.0/hadolint-Windows-x86_64.exe#/hadolint.exe",
"hash": "6bcc9b6ca9fccc3ebac6ce17f8c9c498b33eb301d8d12d67e8b534626bcbe45f"
}
},
"bin": "hadolint.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hadolint/hadolint/releases/download/v$version/hadolint-Windows-x86_64.exe#/hadolint.exe"
}
}
}
}