mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
|
"version": "0.17.2",
|
|
"description": "An extensible command line tool or library to format yaml files.",
|
|
"homepage": "https://github.com/google/yamlfmt",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.17.2/yamlfmt_0.17.2_Windows_i386.tar.gz",
|
|
"hash": "a1f3485bf1349ea28b5408180726646b7d6133ba5ae463fe4e23a9d0629ad8d4"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.17.2/yamlfmt_0.17.2_Windows_x86_64.tar.gz",
|
|
"hash": "fc6fd9328f62d7880c1eda1889f9eba39f42c6317761c23c27771349ba601513"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.17.2/yamlfmt_0.17.2_Windows_arm64.tar.gz",
|
|
"hash": "66b3e4b4b3ac64ec3bae6ccecd38cb5b5bf3657be15c2220be89a4ca31825f6e"
|
|
}
|
|
},
|
|
"bin": "yamlfmt.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v$version/yamlfmt_$version_Windows_i386.tar.gz"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v$version/yamlfmt_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v$version/yamlfmt_$version_Windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|