2021-02-04 08:08:32 +01:00

31 lines
1.1 KiB
JSON

{
"version": "4.5.0",
"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.5.0/yq_windows_amd64.exe#/yq.exe",
"hash": "1c8c09c18ddac814be7cfcb23b209aa3c6d5162c886973a3e1716d31588eb6ac"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.5.0/yq_windows_386.exe#/yq.exe",
"hash": "b7d2a7e7bd3d94a5634a934bc59085f0328ae29f41381113f7e25b23352e0351"
}
},
"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"
}
}
}
}