From b9c3681f82d9b7176f3d1c5a4e3171d69e90476e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 1 Mar 2020 23:01:54 +0000 Subject: [PATCH] yq: Update to version 3.2.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index ffbfdf6323..e2aace5a49 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.2.0", + "version": "3.2.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.2.0/yq_windows_amd64.exe#/yq.exe", - "hash": "da319f5af1274d65d58e24183b341ab33ebc9ea2b68ee935e85d2dcc9dae6dd8" + "url": "https://github.com/mikefarah/yq/releases/download/3.2.1/yq_windows_amd64.exe#/yq.exe", + "hash": "9b3466ff4e37c8a93d7530e3dc7a047314d0897dbfbffb50b82235695e231fff" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.2.0/yq_windows_386.exe#/yq.exe", - "hash": "ed3da161496b614852ce0cb4c7826025a8ec784661efc83118a3b5255e57172c" + "url": "https://github.com/mikefarah/yq/releases/download/3.2.1/yq_windows_386.exe#/yq.exe", + "hash": "513314579e6f147e49610e7c4d1e4c00406b499a34527dadc39cb034bb34d98c" } }, "bin": "yq.exe",