2022-11-28 00:34:09 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.30.5",
"description": "A portable command-line YAML processor",
"homepage": "https://mikefarah.gitbook.io/yq/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.30.5/yq_windows_amd64.exe#/yq.exe",
"hash": "dd7e109efbbea2ffdef56465100d63aca60a82f42a37fee7a3fccf435b73d86a"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.30.5/yq_windows_386.exe#/yq.exe",
"hash": "9d99e7b4aa64787115ef74c529e272816282ee9845a2d110de57b03d8e78666a"
}
},
"bin": "yq.exe",
"checkver": {
"github": "https://github.com/mikefarah/yq"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_amd64.exe#/yq.exe"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_386.exe#/yq.exe"
}
}
}
}