2025-09-09 00:37:55 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.47.2",
"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.47.2/yq_windows_amd64.exe#/yq.exe",
"hash": "f9b1962fc1cf4a1fca36b5d634aa1a2a541cb9a4aabb8536f43cb95fab9a904e"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.47.2/yq_windows_386.exe#/yq.exe",
"hash": "173097e26d2b089219cb7572d98833cd9216643dc3ecbf04979d7e7403898929"
}
},
"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"
}
}
}
}