mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "3.2.4",
|
|
"description": "A shell parser, formatter and interpreter. Supports POSIX Shell, Bash and mksh.",
|
|
"homepage": "https://github.com/mvdan/sh",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v3.2.4/shfmt_v3.2.4_windows_amd64.exe#/shfmt.exe",
|
|
"hash": "95f8bdd19c7a94672b2cf1f93d12ffe7fd2873d4ee13fa857ac7a41d21fe4152"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v3.2.4/shfmt_v3.2.4_windows_386.exe#/shfmt.exe",
|
|
"hash": "97a5bf4dc63efb21cc533323a3bdd8411fe950058fbf22865612856ad44670c4"
|
|
}
|
|
},
|
|
"bin": "shfmt.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_amd64.exe#/shfmt.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_386.exe#/shfmt.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|