mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* Update hadolint version * Update hadolint.json with autoupdate section * orginize * orginize * orginize Co-authored-by: Issac Lin <issaclin32@gmail.com>
22 lines
704 B
JSON
22 lines
704 B
JSON
{
|
|
"version": "2.8.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.8.0/hadolint-Windows-x86_64.exe#/hadolint.exe",
|
|
"hash": "e383e7a14e1c1f08808b26d89fe38093c202b4b30494842c4ae4731c3f785725"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|