yq: Update to version 4.9.4

This commit is contained in:
Jakub Čábera 2021-06-08 19:45:33 -07:00
parent 709eee8156
commit f78956b971

View File

@ -1,16 +1,16 @@
{ {
"version": "4.9.3", "version": "4.9.4",
"description": "A portable command-line YAML processor", "description": "A portable command-line YAML processor",
"homepage": "https://mikefarah.gitbook.io/yq/", "homepage": "https://mikefarah.gitbook.io/yq/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_windows_amd64.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/v4.9.4/yq_windows_amd64.exe#/yq.exe",
"hash": "a6900dbe537cd51c61a28aecc9ab08d8846fa41ab1fb69ea89984f4ef4c6b5c7" "hash": "96f296278f99afa6b2a09490157c291349a000af3c821fac6aa62165f0fadb7a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_windows_386.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/v4.9.4/yq_windows_386.exe#/yq.exe",
"hash": "83694cc179983b526726954865fd8d2995c4d987577996d1b600961514282603" "hash": "4bd5511749e0d9ec54378acc4905a8b080f490e78ad96780a3165773957bf2f7"
} }
}, },
"bin": "yq.exe", "bin": "yq.exe",