ScoopInstaller_Main/bucket/hadolint.json
2020-06-03 21:15:20 +02:00

22 lines
716 B
JSON

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