mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +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.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.17.0/yamlfmt_0.17.0_Windows_i386.tar.gz",
|
|
"hash": "1a62e1ed31f7320343dfb898d23ee71ba5ba71c069fba6b95dfbfc0c51910021"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.17.0/yamlfmt_0.17.0_Windows_x86_64.tar.gz",
|
|
"hash": "a5b20e91b0f185e3686be09cb0c14b9c929e1b0146997425d914b93b2d757004"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.17.0/yamlfmt_0.17.0_Windows_arm64.tar.gz",
|
|
"hash": "1e4ff11d7e558ae9f8def718c8d8f2edce08a5a34f75faecf36566eb45564799"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|