2022-06-23 12:35:17 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.25.3",
"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.25.3/yq_windows_amd64.exe#/yq.exe",
"hash": "eb6d4a8b249feab20e738cb7bbed0dfabaae1d44464a86149691b90529f047c0"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.25.3/yq_windows_386.exe#/yq.exe",
"hash": "25db6f917bbfc54ae3b322d4919a15f8b3255a7d4163e0e16b6defbfdb01df05"
}
},
"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"
}
}
}
}