ScoopInstaller_Main/bucket/hadolint.json
2021-04-01 20:00:25 +00:00

22 lines
714 B
JSON

{
"version": "2.1.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/v2.1.0/hadolint-Windows-x86_64.exe#/hadolint.exe",
"hash": "ea49a2ce1d34a21a99f9b0ea1f06345e0e6696a109181a0b38d64916d8fccf47"
}
},
"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"
}
}
}
}