2020-04-18 18:43:43 +02:00

29 lines
1.0 KiB
JSON

{
"version": "3.3.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.3.0/yq_windows_amd64.exe#/yq.exe",
"hash": "9137dd05ffe568ea8438411e426ed039cfbfb317339f335c778cb53919f28277"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.3.0/yq_windows_386.exe#/yq.exe",
"hash": "b563f69fdc8078f4f8feb95907d868beaf945efbcee8ba2a601a220a20bf491a"
}
},
"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"
}
}
}
}