ScoopInstaller_Main/bucket/hadolint.json
2020-06-05 13:46:24 +02:00

22 lines
716 B
JSON

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