From d9a841fc7a80ad131edecf8fbf5d2436fae4ce82 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 28 Feb 2020 06:01:51 +0000 Subject: [PATCH] yq: Update to version 3.2.0 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 21d454cb91..ffbfdf6323 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.1.2", + "version": "3.2.0", "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.1.2/yq_windows_amd64.exe#/yq.exe", - "hash": "1329e3d75379694a2459964a6868294e87842465b3c8b7b7dd8dad43e5d96ab5" + "url": "https://github.com/mikefarah/yq/releases/download/3.2.0/yq_windows_amd64.exe#/yq.exe", + "hash": "da319f5af1274d65d58e24183b341ab33ebc9ea2b68ee935e85d2dcc9dae6dd8" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.1.2/yq_windows_386.exe#/yq.exe", - "hash": "f4f12cd49b7e63018133c78943b65d95619ffefdc6db3435c0d18c3d8269fdd8" + "url": "https://github.com/mikefarah/yq/releases/download/3.2.0/yq_windows_386.exe#/yq.exe", + "hash": "ed3da161496b614852ce0cb4c7826025a8ec784661efc83118a3b5255e57172c" } }, "bin": "yq.exe",