From 0a8faa19f3ce44637497715e4c8c7dc75049c66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 9 Sep 2020 09:18:07 +0200 Subject: [PATCH] yq: Update to version 3.2.3 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 48eb108454..ed60484a3f 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.3.2", + "version": "3.2.3", "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.2/yq_windows_amd64.exe#/yq.exe", - "hash": "b3ade9a5bcbf13c7c7013eecdbc54183d0392fd6360f2d19dbbe8c6141c75fd2" + "url": "https://github.com/mikefarah/yq/releases/download/3.2.3/yq_windows_amd64.exe#/yq.exe", + "hash": "5548ed37f359bfbca44d15525e98ec2dff10bc51d3b84a705951f42f796cf1fd" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.3.2/yq_windows_386.exe#/yq.exe", - "hash": "a0ef29a7aebfd818de0ea20150dded8d23847d7bf997061464843240a9e7c170" + "url": "https://github.com/mikefarah/yq/releases/download/3.2.3/yq_windows_386.exe#/yq.exe", + "hash": "a10665c0fc4bf58227de045a9ec4b4b4694288917bd96d3b8932340250d90b6f" } }, "bin": "yq.exe",