2021-06-12 09:27:17 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.9.6",
"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.9.6/yq_windows_amd64.exe#/yq.exe",
"hash": "8023170aea489b7f1a52fbdc047dccc5fbfb25dca33b43082a71942721d06f50"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_windows_386.exe#/yq.exe",
"hash": "a26d63eca8f4e2307aa8a74de750877bfd2f7fdb3e8f00b230192e04b18cc619"
}
},
"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"
}
}
}
}