2020-02-21 10:01:53 +00:00

29 lines
1.0 KiB
JSON

{
"version": "3.1.2",
"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.1.2/yq_windows_amd64.exe#/yq.exe",
"hash": "1329e3d75379694a2459964a6868294e87842465b3c8b7b7dd8dad43e5d96ab5"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.1.2/yq_windows_386.exe#/yq.exe",
"hash": "f4f12cd49b7e63018133c78943b65d95619ffefdc6db3435c0d18c3d8269fdd8"
}
},
"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"
}
}
}
}