2020-10-19 08:58:48 +02:00

29 lines
1.0 KiB
JSON

{
"version": "3.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/3.4.1/yq_windows_amd64.exe#/yq.exe",
"hash": "987d31d3a9b75f9cb0f202173aab033d333d2406ba2caa7dba9d16a5204c2167"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.4.1/yq_windows_386.exe#/yq.exe",
"hash": "6292e14b0c199f2bd33e18a8bfe67f100084837163e1e2bc4934bcd7990a5087"
}
},
"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"
}
}
}
}