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