mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
actionlint: Add version 1.6.15 (#3741)
This commit is contained in:
parent
971a37789e
commit
860f56f52a
31
bucket/actionlint.json
Normal file
31
bucket/actionlint.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"version": "1.6.15",
|
||||||
|
"description": "Static checker for GitHub Actions workflow files",
|
||||||
|
"homepage": "https://github.com/rhysd/actionlint",
|
||||||
|
"license": "MIT",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.15/actionlint_1.6.15_windows_amd64.zip",
|
||||||
|
"hash": "f35dd6d849f1937fd56d5cca0482ac58bf03a3b179238e20a182019d065757a9"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.15/actionlint_1.6.15_windows_386.zip",
|
||||||
|
"hash": "1ae7365ccd391ceaf52372b184add0ab1bd78e29d49a9635d401944484406383"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "actionlint.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_amd64.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_386.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/actionlint_$version_checksums.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user