mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.21.0",
|
|
"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.21.0/yamlfmt_0.21.0_Windows_i386.tar.gz",
|
|
"hash": "3bc1faface507713109a608cf8812d3f46d2d722dda5ab1f9fe99a203985b952"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.21.0/yamlfmt_0.21.0_Windows_x86_64.tar.gz",
|
|
"hash": "07f80ce5d741eb4b0a9380ac78a19c7cb5bd44e2a9a47a5a04839e3ba54dd463"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.21.0/yamlfmt_0.21.0_Windows_arm64.tar.gz",
|
|
"hash": "c1e64d1c72ca8986bc5b8c8edd4ec89f0627804e7e08f8de9f4b484cb5cad897"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|