From 80f0cde489305b6a313cb89425978ef0d0228e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 16 May 2021 01:53:09 -0700 Subject: [PATCH] yq: Update to version 4.9.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 3b41bce7d4..dda372928f 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.9.0", + "version": "4.9.1", "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.0/yq_windows_amd64.exe#/yq.exe", - "hash": "bb1c108519cb7bb56b7a286ed9f277868305d6b7ee169b7d446a39a0efa7f317" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.1/yq_windows_amd64.exe#/yq.exe", + "hash": "0e0fd2e7739bb9a45b7772a7d79e66d85f4123043d80d513c390304d101558d3" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.9.0/yq_windows_386.exe#/yq.exe", - "hash": "3620e6636665f89553dd361f2cd4ab184c13c6e6144caa5c93b9d526d05f1d66" + "url": "https://github.com/mikefarah/yq/releases/download/v4.9.1/yq_windows_386.exe#/yq.exe", + "hash": "ce93bd3d6d29af4ad9f6b3dadbc0887b859cbc25105319b3e1344c8563a74b62" } }, "bin": "yq.exe",