From f7adf0946b72c698c616e84559391215dbb27f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 9 Jun 2021 19:49:52 -0700 Subject: [PATCH] yq: Update to version 4.9.5 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 6b8b580839..781e178926 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.9.4", + "version": "4.9.5", "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.4/yq_windows_amd64.exe#/yq.exe", - "hash": "96f296278f99afa6b2a09490157c291349a000af3c821fac6aa62165f0fadb7a" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_windows_amd64.exe#/yq.exe", + "hash": "cc64dbcdc7462bcd93dac2f90a9c1939a7f6a78e146c6ee9cf69e8e1314c9d80" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.9.4/yq_windows_386.exe#/yq.exe", - "hash": "4bd5511749e0d9ec54378acc4905a8b080f490e78ad96780a3165773957bf2f7" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_windows_386.exe#/yq.exe", + "hash": "a32ab4d5d13bc68bc052549c2e32d3e8ee0ddadb9a0941cd52d9dc0d6d0f92d8" } }, "bin": "yq.exe",