From a990e05fee521e365cd42c35e5040b92bbf6d218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 12 Jun 2020 08:50:15 +0200 Subject: [PATCH] yq: Update to version 3.3.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 3e16846341..5db35491f4 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.3.0", + "version": "3.3.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.3.0/yq_windows_amd64.exe#/yq.exe", - "hash": "9137dd05ffe568ea8438411e426ed039cfbfb317339f335c778cb53919f28277" + "url": "https://github.com/mikefarah/yq/releases/download/3.3.1/yq_windows_amd64.exe#/yq.exe", + "hash": "d4d2e388a9cdcbdadbeb239b0292f7a739ff5024712bb4573453c08dff908610" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.3.0/yq_windows_386.exe#/yq.exe", - "hash": "b563f69fdc8078f4f8feb95907d868beaf945efbcee8ba2a601a220a20bf491a" + "url": "https://github.com/mikefarah/yq/releases/download/3.3.1/yq_windows_386.exe#/yq.exe", + "hash": "20141990b662c828d8c1fd135edb11a30113b9a680deff5bfa5aa1255d5f8bc4" } }, "bin": "yq.exe",