-
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathshfmt.json
28 lines (28 loc) · 1.12 KB
/
shfmt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "3.11.0",
"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.11.0/shfmt_v3.11.0_windows_amd64.exe#/shfmt.exe",
"hash": "d11a0880588304496065110cb67ce2375cfcd5433e76dec505ce1fa21adf47cc"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.11.0/shfmt_v3.11.0_windows_386.exe#/shfmt.exe",
"hash": "facfb70de36cc3b15d59938fd840d6eaa8dc5446767f043265038a49eb719ec7"
}
},
"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"
}
}
}
}