2023-03-18 04:27:33 +00:00

31 lines
1.1 KiB
JSON

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