ScoopInstaller_Main/bucket/hadolint.json
2020-04-27 06:13:39 +00:00

22 lines
716 B
JSON

{
"description": "Dockerfile linter",
"homepage": "https://github.com/hadolint/hadolint",
"license": "GPL-3.0-or-later",
"version": "1.17.6",
"architecture": {
"64bit": {
"url": "https://github.com/hadolint/hadolint/releases/download/v1.17.6/hadolint-Windows-x86_64.exe#/hadolint.exe",
"hash": "87e673a4454557c5fd4f2e16163bd4546bcb3514426494ace4f0fc859e1f7432"
}
},
"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"
}
}
}
}