mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "3.4.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.4.0/shfmt_v3.4.0_windows_amd64.exe#/shfmt.exe",
|
|
"hash": "c735bb0099cc215c2f859179dcabc8be63672ab4a577c2f610142379bdd7396d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v3.4.0/shfmt_v3.4.0_windows_386.exe#/shfmt.exe",
|
|
"hash": "4bb6841e0eaa1abacefa6df0b0517f5fcb7ea9ec2778d7eb30c43d6cafc69834"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|