2021-06-09 19:49:52 -07:00

31 lines
1.1 KiB
JSON

{
"version": "4.9.5",
"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.9.5/yq_windows_amd64.exe#/yq.exe",
"hash": "cc64dbcdc7462bcd93dac2f90a9c1939a7f6a78e146c6ee9cf69e8e1314c9d80"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_windows_386.exe#/yq.exe",
"hash": "a32ab4d5d13bc68bc052549c2e32d3e8ee0ddadb9a0941cd52d9dc0d6d0f92d8"
}
},
"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"
}
}
}
}