2023-03-02 04:28:33 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.31.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.31.2/yq_windows_amd64.exe#/yq.exe",
"hash": "150e84574aa3a5bbdab46d0f5abf13fe91568a72592e7d85e21f5ad0581a88f8"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.31.2/yq_windows_386.exe#/yq.exe",
"hash": "744a9f6b2f1db21e53b85033af038b112f6324889c4a6c258e052053e1211597"
}
},
"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"
}
}
}
}