2021-01-02 13:49:22 +01:00

31 lines
1.1 KiB
JSON

{
"version": "4.2.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.2.1/yq_windows_amd64.exe#/yq.exe",
"hash": "d17497653f8f22f22c4cfd9de2277f8a66e9a29932061f5c8a45468c38399ca9"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.2.1/yq_windows_386.exe#/yq.exe",
"hash": "1f264f96934ce8bcf45de018e8f6094eb9a9c560a8032308b2085483a2a0a7fd"
}
},
"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"
}
}
}
}