2024-02-09 00:32:29 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.40.7",
"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.7/yq_windows_amd64.exe#/yq.exe",
"hash": "09facab258c9b8606914151af57400dfe4503019f692df331f04442a46f75626"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.40.7/yq_windows_386.exe#/yq.exe",
"hash": "140103b10e1828be2227807c6853629ac3caf8dd2dc33f9d6fe2e772178a8d8f"
}
},
"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"
}
}
}
}