From c714ae584a9e94908cfa3836527348f85c317af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 19 Oct 2020 08:58:48 +0200 Subject: [PATCH] yq: Update to version 3.4.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index b9c30e15f7..403a65a212 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.4.0", + "version": "3.4.1", "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.4.0/yq_windows_amd64.exe#/yq.exe", - "hash": "298484971d58f4966b10b223f66b329d88bb20e8194e903ed2a847ae887bcdad" + "url": "https://github.com/mikefarah/yq/releases/download/3.4.1/yq_windows_amd64.exe#/yq.exe", + "hash": "987d31d3a9b75f9cb0f202173aab033d333d2406ba2caa7dba9d16a5204c2167" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.4.0/yq_windows_386.exe#/yq.exe", - "hash": "a87dd1703cb13d19a5f550ddc3fff738fa463e7097f277386a964db5b3064397" + "url": "https://github.com/mikefarah/yq/releases/download/3.4.1/yq_windows_386.exe#/yq.exe", + "hash": "6292e14b0c199f2bd33e18a8bfe67f100084837163e1e2bc4934bcd7990a5087" } }, "bin": "yq.exe",