2021-07-07 23:13:11 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.9.8",
"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.8/yq_windows_amd64.exe#/yq.exe",
"hash": "630e0c12325d1c162283f2f1bd2d4872120d12404cb6308d40042ee454b96ca2"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.9.8/yq_windows_386.exe#/yq.exe",
"hash": "262d1a253ca1eac2d21286a65a0391358608b9665640145bac91020d29c5df2a"
}
},
"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"
}
}
}
}