2021-07-19 23:08:57 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.11.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.11.1/yq_windows_amd64.exe#/yq.exe",
"hash": "c293c031b2cc6b495607f9b3037668933fa0e4039b1ac22784cdafc0ee2c7f48"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.11.1/yq_windows_386.exe#/yq.exe",
"hash": "fde958b4f5830d0cb878bedcb4a3155e4b269520ceeb33966d9b326fb5c62bb2"
}
},
"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"
}
}
}
}