From 432fbac4bd5bb22a9ea8d6b576b48a57e53a7ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 19 Jul 2021 23:08:57 -0700 Subject: [PATCH] yq: Update to version 4.11.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 01f355229e..29b687b845 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.11.0", + "version": "4.11.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.11.0/yq_windows_amd64.exe#/yq.exe", - "hash": "2a93285da8e5a68e5f6a49446315f64e2013fc6140fe5a149f9902ca71d3bef3" + "url": "https://github.com/mikefarah/yq/releases/download/v4.11.1/yq_windows_amd64.exe#/yq.exe", + "hash": "c293c031b2cc6b495607f9b3037668933fa0e4039b1ac22784cdafc0ee2c7f48" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.11.0/yq_windows_386.exe#/yq.exe", - "hash": "d6be26053be7f348dcc527912685b14309d0729605feacb63d63fcf163b6f77e" + "url": "https://github.com/mikefarah/yq/releases/download/v4.11.1/yq_windows_386.exe#/yq.exe", + "hash": "fde958b4f5830d0cb878bedcb4a3155e4b269520ceeb33966d9b326fb5c62bb2" } }, "bin": "yq.exe",