2021-01-14 13:53:00 +01:00

31 lines
1.1 KiB
JSON

{
"version": "4.4.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.4.0/yq_windows_amd64.exe#/yq.exe",
"hash": "5153242e4d9392b7770346a5bee6a5b6a3d7570dfe6696a76c9a23f056d17303"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.4.0/yq_windows_386.exe#/yq.exe",
"hash": "ea6759747874740ced319e4039aeef679cc48a769938b24f2f189bca8ed2e3e5"
}
},
"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"
}
}
}
}