2019-11-01 02:00:19 +00:00

29 lines
1.0 KiB
JSON

{
"version": "2.4.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/2.4.1/yq_windows_amd64.exe#/yq.exe",
"hash": "bdfd2a00bab3d8171edf57aaf4e9a2f7d0395e7a36d42b07f0e35503c00292a3"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/2.4.1/yq_windows_386.exe#/yq.exe",
"hash": "7ed72df0565dc08481101dc5b5e00fc071791189541803f71bdd1beb7fe90522"
}
},
"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"
}
}
}
}