mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +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.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.17.1/yamlfmt_0.17.1_Windows_i386.tar.gz",
|
|
"hash": "efe276d1007385de5f2586351f611b05c48351a2c20dba831a7387a6b6488b0a"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.17.1/yamlfmt_0.17.1_Windows_x86_64.tar.gz",
|
|
"hash": "962a597e05497516df515dfa9afae028311894c1096051a20902c6030c4e029e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/google/yamlfmt/releases/download/v0.17.1/yamlfmt_0.17.1_Windows_arm64.tar.gz",
|
|
"hash": "a18578f26f337504af82bcd7ccf38b59fbea19827d5e91afa8ac5edea8d9b584"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|