From 2c72e6f72d144bdeeaa488e5c5141a778ce37c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Jul 2021 09:09:27 -0700 Subject: [PATCH] yq: Update to version 4.9.7 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 63797daa50..721759b17f 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.9.6", + "version": "4.9.7", "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.9.6/yq_windows_amd64.exe#/yq.exe", - "hash": "8023170aea489b7f1a52fbdc047dccc5fbfb25dca33b43082a71942721d06f50" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.7/yq_windows_amd64.exe#/yq.exe", + "hash": "21a1077c51d23e238a35a34867c44f1ffe7064c8a036263856ad3678161a479f" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_windows_386.exe#/yq.exe", - "hash": "a26d63eca8f4e2307aa8a74de750877bfd2f7fdb3e8f00b230192e04b18cc619" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.7/yq_windows_386.exe#/yq.exe", + "hash": "22e871f2542130c6f721fc544cf38603f7ff27ea35a382a9d1ec55a057b9b911" } }, "bin": "yq.exe",