2023-12-04 16:28:34 +00:00

31 lines
1.1 KiB
JSON

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