2022-09-09 04:49:42 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.27.5",
"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.27.5/yq_windows_amd64.exe#/yq.exe",
"hash": "a39448f0fdaeaf1832fb7a90b691204d3b2002cee9f07bb6ff0a5512ae5dbf8f"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.27.5/yq_windows_386.exe#/yq.exe",
"hash": "95631d2382127fbed1e61ff4e551c73ecb24d5aa3558df0bc2ed6b2e9da85f77"
}
},
"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"
}
}
}
}