2020-09-18 08:48:13 +02:00

29 lines
1.0 KiB
JSON

{
"version": "3.4.0",
"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.4.0/yq_windows_amd64.exe#/yq.exe",
"hash": "298484971d58f4966b10b223f66b329d88bb20e8194e903ed2a847ae887bcdad"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.4.0/yq_windows_386.exe#/yq.exe",
"hash": "a87dd1703cb13d19a5f550ddc3fff738fa463e7097f277386a964db5b3064397"
}
},
"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"
}
}
}
}