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