2021-01-18 09:40:12 +01:00

31 lines
1.1 KiB
JSON

{
"version": "4.4.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.4.1/yq_windows_amd64.exe#/yq.exe",
"hash": "2a4911f9690e9a5ec1ef4070b6071fe9853b0ba30c76c88e6fd50629adcd1399"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.4.1/yq_windows_386.exe#/yq.exe",
"hash": "0c8f180b2b3a8e70177937e598be9df87b2c4fdfc22f71a4de635c7ca31c3949"
}
},
"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"
}
}
}
}