2025-07-10 04:31:00 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.46.1",
"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.46.1/yq_windows_amd64.exe#/yq.exe",
"hash": "c7d131db88ff7825ee50f900a010068a49e396f31a35850d04896958f3820610"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.46.1/yq_windows_386.exe#/yq.exe",
"hash": "de0ca9dabf8ae47ea51e02f9c3eb1e6b5b85c9c450237a30556972cde5774cef"
}
},
"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"
}
}
}
}