From 3d8c2e1c5eb8adc8fc9627165d0e796cad846876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 25 Mar 2021 06:06:01 +0100 Subject: [PATCH] yq: Update to version 4.6.3 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 30a204870d..2878d6a878 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.6.2", + "version": "4.6.3", "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.6.2/yq_windows_amd64.exe#/yq.exe", - "hash": "8c644f9000aba2644efbff4acc59dc5acc2ce20f81834f6d94e73b0401d7582e" + "url": "https://github.com/mikefarah/yq/releases/download/v4.6.3/yq_windows_amd64.exe#/yq.exe", + "hash": "e7bf766bd8993fb185af7c48cad323e21f17eba652c625261926e7238c0bec4a" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_windows_386.exe#/yq.exe", - "hash": "e62c342ed0d23729999a02a9cce7c03f0ddc0d61e3a5d18034ede4c0186e28c5" + "url": "https://github.com/mikefarah/yq/releases/download/v4.6.3/yq_windows_386.exe#/yq.exe", + "hash": "eeaaf536c2657ae085094d386ae5eba4c7241cc38e6ca59a49e434012bf6d98d" } }, "bin": "yq.exe",