2021-09-15 04:12:47 -07:00

31 lines
1.1 KiB
JSON

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