ScoopInstaller_Main/bucket/hadolint.json
2020-10-19 18:53:12 +02:00

22 lines
716 B
JSON

{
"version": "1.18.2",
"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.18.2/hadolint-Windows-x86_64.exe#/hadolint.exe",
"hash": "4b3f604366e79991df81018d1a900621b308c4de0c59b772b7894dbdf864bc1e"
}
},
"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"
}
}
}
}