2021-09-05 01:07:56 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.12.2",
"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.12.2/yq_windows_amd64.exe#/yq.exe",
"hash": "f296e9e18e003dd6c7b43de3ca8caebe9dbd0d7c76bb248c6b67d6cc0ab2b306"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.12.2/yq_windows_386.exe#/yq.exe",
"hash": "851cfb1090560516a1bd8aa9136bee43213a57610d11b1371bee7398af468017"
}
},
"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"
}
}
}
}