2021-02-25 09:31:55 +01:00

31 lines
1.1 KiB
JSON

{
"version": "4.6.1",
"description": "A portable command-line YAML processor",
"homepage": "https://mikefarah.gitbook.io/yq/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.6.1/yq_windows_amd64.exe#/yq.exe",
"hash": "b48326190c1072b7b7f6243e8610314836e7c13c92a1486b759d7f352c50a0d4"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.6.1/yq_windows_386.exe#/yq.exe",
"hash": "9868bdcdabdfb4c89d0c2724cf2df859604545056d946e3e350980c120035390"
}
},
"bin": "yq.exe",
"checkver": {
"github": "https://github.com/mikefarah/yq"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_amd64.exe#/yq.exe"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_386.exe#/yq.exe"
}
}
}
}