2022-04-16 12:31:04 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.24.5",
"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.24.5/yq_windows_amd64.exe#/yq.exe",
"hash": "93a81c081696ee02ed71575460b11173532cd8296162f27d6ea2776e189c9d69"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.24.5/yq_windows_386.exe#/yq.exe",
"hash": "05db625aa5b24c6618510e3cb7dd8b76c95088499874260b3e60594b4c6c4782"
}
},
"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"
}
}
}
}