2020-01-31 00:01:52 +00:00

29 lines
1.0 KiB
JSON

{
"version": "3.0.1",
"description": "A portable command-line YAML processor.",
"homepage": "https://github.com/mikefarah/yq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.0.1/yq_windows_amd64.exe#/yq.exe",
"hash": "8f88f659f5532090f51783370178cc721df530dca68364658a8a5b1ba6f77c55"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.0.1/yq_windows_386.exe#/yq.exe",
"hash": "2e087748ff6b05994d33739c9d80c9e8644ec4ffbf22b91d9152310a835e5a2f"
}
},
"bin": "yq.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_amd64.exe#/yq.exe"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_386.exe#/yq.exe"
}
}
}
}