2021-04-15 14:15:55 +02:00

31 lines
1.1 KiB
JSON

{
"version": "4.7.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.7.0/yq_windows_amd64.exe#/yq.exe",
"hash": "2f0517f90ae6d95eb616ba78f18a1d2cad659cf67d5aa55f2bcd01f8c571ec67"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_windows_386.exe#/yq.exe",
"hash": "9136543c2735b40f33c9e6d8eaa3cce97a216281fe08507494db75920f4361fd"
}
},
"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"
}
}
}
}