From 2465c50288d9fc18d89e15f9a3966163894bce92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 12 Jun 2021 09:27:17 -0700 Subject: [PATCH] yq: Update to version 4.9.6 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 781e178926..63797daa50 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.9.5", + "version": "4.9.6", "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.5/yq_windows_amd64.exe#/yq.exe", - "hash": "cc64dbcdc7462bcd93dac2f90a9c1939a7f6a78e146c6ee9cf69e8e1314c9d80" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_windows_amd64.exe#/yq.exe", + "hash": "8023170aea489b7f1a52fbdc047dccc5fbfb25dca33b43082a71942721d06f50" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_windows_386.exe#/yq.exe", - "hash": "a32ab4d5d13bc68bc052549c2e32d3e8ee0ddadb9a0941cd52d9dc0d6d0f92d8" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_windows_386.exe#/yq.exe", + "hash": "a26d63eca8f4e2307aa8a74de750877bfd2f7fdb3e8f00b230192e04b18cc619" } }, "bin": "yq.exe",