2022-10-05 20:31:12 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.28.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.28.1/yq_windows_amd64.exe#/yq.exe",
"hash": "f1caa91a3b889e130047846c204f0c9a9fe4ed519c1df0e15c228526dac0dc56"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.28.1/yq_windows_386.exe#/yq.exe",
"hash": "284c3b810b2e72fc335e7cfb6afdb8b9b5e1afdcff3fdff3ac78005a61745b9b"
}
},
"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"
}
}
}
}