2022-01-28 04:29:01 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.18.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.18.1/yq_windows_amd64.exe#/yq.exe",
"hash": "5aec80c1f8ecc186bd6dfdc7db614dc853c5456b357f93e1a3a302bf2820de40"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.18.1/yq_windows_386.exe#/yq.exe",
"hash": "bed8910ddd2d9e21b5ae7a4335f4c26a8262a6679c696ae681fafd5b37dbaa95"
}
},
"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"
}
}
}
}