From 3ca7d75a680c40ce1994843f3340b4b7da0b3d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 22 May 2021 01:55:00 -0700 Subject: [PATCH] yq: Update to version 4.9.3 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index d907f61933..7b0dfb05bb 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.9.2", + "version": "4.9.3", "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.9.2/yq_windows_amd64.exe#/yq.exe", - "hash": "137e00b62297fffdcaf05533236b932ac1dcc7f6b5d13844654aa2db1dfef800" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_windows_amd64.exe#/yq.exe", + "hash": "a6900dbe537cd51c61a28aecc9ab08d8846fa41ab1fb69ea89984f4ef4c6b5c7" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.9.2/yq_windows_386.exe#/yq.exe", - "hash": "04979a27fc9aa737f9b99e0998705999cfcd4ec79d6c82b7fbb3d7ba2c9d3a39" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_windows_386.exe#/yq.exe", + "hash": "83694cc179983b526726954865fd8d2995c4d987577996d1b600961514282603" } }, "bin": "yq.exe",