From 31a87c54828348d0d35221ce3053308ad0291e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 20 Mar 2021 04:54:00 +0100 Subject: [PATCH] yq: Update to version 4.6.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 3fa4fb74d2..30a204870d 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.6.1", + "version": "4.6.2", "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.1/yq_windows_amd64.exe#/yq.exe", - "hash": "b48326190c1072b7b7f6243e8610314836e7c13c92a1486b759d7f352c50a0d4" + "url": "https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_windows_amd64.exe#/yq.exe", + "hash": "8c644f9000aba2644efbff4acc59dc5acc2ce20f81834f6d94e73b0401d7582e" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.6.1/yq_windows_386.exe#/yq.exe", - "hash": "9868bdcdabdfb4c89d0c2724cf2df859604545056d946e3e350980c120035390" + "url": "https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_windows_386.exe#/yq.exe", + "hash": "e62c342ed0d23729999a02a9cce7c03f0ddc0d61e3a5d18034ede4c0186e28c5" } }, "bin": "yq.exe",