mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
hadolint: Update to version 2.8.0 (#2895)
* Update hadolint version * Update hadolint.json with autoupdate section * orginize * orginize * orginize Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
87a6c5f0bb
commit
74e2b1ebc3
@ -1,14 +1,21 @@
|
|||||||
{
|
{
|
||||||
"version": "2.6.1",
|
"version": "2.8.0",
|
||||||
"description": "Dockerfile linter",
|
"description": "Dockerfile linter",
|
||||||
"homepage": "https://github.com/hadolint/hadolint",
|
"homepage": "https://github.com/hadolint/hadolint",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/hadolint/hadolint/releases/download/v2.6.1/hadolint-Windows-x86_64.exe#/hadolint.exe",
|
"url": "https://github.com/hadolint/hadolint/releases/download/v2.8.0/hadolint-Windows-x86_64.exe#/hadolint.exe",
|
||||||
"hash": "69a0284b1aa74dabb54cd6f13162c60ad7f36e2461951c8e3547b0b7c34a7527"
|
"hash": "e383e7a14e1c1f08808b26d89fe38093c202b4b30494842c4ae4731c3f785725"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "hadolint.exe",
|
"bin": "hadolint.exe",
|
||||||
"checkver": "github"
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/hadolint/hadolint/releases/download/v$version/hadolint-Windows-x86_64.exe#/hadolint.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user