mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +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.18.1",
|
|
"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.18.1/yamlfmt_0.18.1_Windows_i386.tar.gz",
|
|
"hash": "f86f6be76716fa513ba43ad418a0c93b68aa5cc2d96f3844ae8be58278db5871"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.18.1/yamlfmt_0.18.1_Windows_x86_64.tar.gz",
|
|
"hash": "a141883ec6e83b496b0714292df3385f10df9446c695edc3e0c619917ede7816"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.18.1/yamlfmt_0.18.1_Windows_arm64.tar.gz",
|
|
"hash": "2aa90c86364079ef7f4095c73ad3149778927c2fd9f377d8b2946bb543f4b642"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|