From 0acb56cae2a19f75e6a3a38d02b6da05453360c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 18 Sep 2020 08:48:13 +0200 Subject: [PATCH] yq: Update to version 3.4.0 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index d6cbb6b9b4..b9c30e15f7 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.3.4", + "version": "3.4.0", "description": "A portable command-line YAML processor", "homepage": "https://github.com/mikefarah/yq", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.3.4/yq_windows_amd64.exe#/yq.exe", - "hash": "413200bb97d0b6875eb2e0177d66f020210a2c42305edfa397f435c32ebffd5d" + "url": "https://github.com/mikefarah/yq/releases/download/3.4.0/yq_windows_amd64.exe#/yq.exe", + "hash": "298484971d58f4966b10b223f66b329d88bb20e8194e903ed2a847ae887bcdad" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.3.4/yq_windows_386.exe#/yq.exe", - "hash": "59aec590c9099fbe68d2ecb7339347ab65307bba52213997a2df10df7ee832ea" + "url": "https://github.com/mikefarah/yq/releases/download/3.4.0/yq_windows_386.exe#/yq.exe", + "hash": "a87dd1703cb13d19a5f550ddc3fff738fa463e7097f277386a964db5b3064397" } }, "bin": "yq.exe",