2021-01-10 07:31:52 +01:00

31 lines
1.1 KiB
JSON

{
"version": "4.3.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.3.1/yq_windows_amd64.exe#/yq.exe",
"hash": "25952c4d78ab61f4e37268fac3a5a651b39fd92e5ef61131771090a47fa78a96"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.3.1/yq_windows_386.exe#/yq.exe",
"hash": "57a92221e971da85124a334a79e414d6c18b218572346a51ab152bf1f81f81c6"
}
},
"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"
}
}
}
}