2022-03-10 08:38:45 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.22.1",
"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.22.1/yq_windows_amd64.exe#/yq.exe",
"hash": "8354524a4e661c31af0e4da614969ee033313201b8d1abe928fce0fa68fe397f"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.22.1/yq_windows_386.exe#/yq.exe",
"hash": "6eb28d756b138abefb4251e3a187128ccc67179142aada42710d3101ba099daa"
}
},
"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"
}
}
}
}