From 4f01d19ebbddaf6a13c8a706c22881c9de7b5435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 Jan 2021 07:15:24 +0100 Subject: [PATCH] yq: Update to version 4.3.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 0e9caf4281..af8f74bddc 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.3.1", + "version": "4.3.2", "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.3.1/yq_windows_amd64.exe#/yq.exe", - "hash": "25952c4d78ab61f4e37268fac3a5a651b39fd92e5ef61131771090a47fa78a96" + "url": "https://github.com/mikefarah/yq/releases/download/v4.3.2/yq_windows_amd64.exe#/yq.exe", + "hash": "f1a0d8ac55b0e2b88852502d805d735c272d4927e3d21020bd983b75ca516eee" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.3.1/yq_windows_386.exe#/yq.exe", - "hash": "57a92221e971da85124a334a79e414d6c18b218572346a51ab152bf1f81f81c6" + "url": "https://github.com/mikefarah/yq/releases/download/v4.3.2/yq_windows_386.exe#/yq.exe", + "hash": "9e1e36bdc74e91b5358007614772f04ec474af759070be3b51d6e9d0bbe66aea" } }, "bin": "yq.exe",