2022-02-15 04:29:42 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.20.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.20.1/yq_windows_amd64.exe#/yq.exe",
"hash": "6e8231e771e36b67ca96ba754fc09bbbba95d08a9149411b36011681e46c4f03"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.20.1/yq_windows_386.exe#/yq.exe",
"hash": "3063a632cc00147b686f2c438f737b5bf60d35416b3a932804abe2df96916b7b"
}
},
"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"
}
}
}
}