yq: Update to version 4.2.0

This commit is contained in:
Jakub Čábera 2020-12-28 09:25:35 +01:00
parent e6021316f2
commit 387d04fb18

View File

@ -1,16 +1,16 @@
{
"version": "4.1.0",
"version": "4.2.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.1.0/yq_windows_amd64.exe#/yq.exe",
"hash": "60bda4c60e0e21faa5389ca9d87165b7fde4b875073e3e15fccba66ec4332a25"
"url": "https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_windows_amd64.exe#/yq.exe",
"hash": "74c633bcff2e275a6635248324df27ff2249efea3a8ce44c097f856c6c2027d9"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.1.0/yq_windows_386.exe#/yq.exe",
"hash": "082571e25a787cf8dbd9354a64a5311e52b90526acab17ecab1dfb7d135ac086"
"url": "https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_windows_386.exe#/yq.exe",
"hash": "778b4b5bd0aab126416d4671b2e7c8a21c4ca3f75cf7257fe8bac0d98973bf44"
}
},
"bin": "yq.exe",