2025-10-22 16:30:04 +00:00

40 lines
1.7 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "0.20.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.20.0/yamlfmt_0.20.0_Windows_i386.tar.gz",
"hash": "d9ad0c8a5b5cd508c3842ad6d9bd737b4d06aaaa9c9da0128f145e749b3890b2"
},
"64bit": {
"url": "https://github.com/google/yamlfmt/releases/download/v0.20.0/yamlfmt_0.20.0_Windows_x86_64.tar.gz",
"hash": "1809775aa51d2594cc9945af13170c6fea482242a5b5a9139c1c22080d143496"
},
"arm64": {
"url": "https://github.com/google/yamlfmt/releases/download/v0.20.0/yamlfmt_0.20.0_Windows_arm64.tar.gz",
"hash": "52a405ce65f06a00d4bb5c2ebdfdc67d1902960df60fb8c65dc5647150a5a1cb"
}
},
"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"
}
}
}