From 0a7e37153e00e70e402490103069efc26875af4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 10 Oct 2021 23:40:28 -0700 Subject: [PATCH] yq: Update to version 4.13.4 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index d155720f81..d5710ba948 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.13.3", + "version": "4.13.4", "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.13.3/yq_windows_amd64.exe#/yq.exe", - "hash": "57b109db6ef73f54408391b9d0e00271caa2b1009c8c2af44f8f2c8f3334e11a" + "url": "https://github.com/mikefarah/yq/releases/download/v4.13.4/yq_windows_amd64.exe#/yq.exe", + "hash": "a4583983185f14740794e5cb0ad2c2707beb967936b89cf00190301525841f40" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.13.3/yq_windows_386.exe#/yq.exe", - "hash": "62ea85d20ffbfc1107078d67c14f4b05409c727b2fe91279626888db3a06e27b" + "url": "https://github.com/mikefarah/yq/releases/download/v4.13.4/yq_windows_386.exe#/yq.exe", + "hash": "419581aab5347ad10a9457b2598633617c6f0543281e758bc131acbc69341dbc" } }, "bin": "yq.exe",