From 3b9f17af1f200d69d109617070ff973c0d85e7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 18 Feb 2021 07:26:38 +0100 Subject: [PATCH] yq: Update to version 4.6.0 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 521db0e6e0..f2cfbe95c7 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.5.1", + "version": "4.6.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.5.1/yq_windows_amd64.exe#/yq.exe", - "hash": "76603b55af22a565bdfd5180818515271fec10b8030318c054dc91c858308394" + "url": "https://github.com/mikefarah/yq/releases/download/v4.6.0/yq_windows_amd64.exe#/yq.exe", + "hash": "290841f687a67e682eaafd6b51854246057c11738f59778096935d1aa10dfb35" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.5.1/yq_windows_386.exe#/yq.exe", - "hash": "c2e3982a44018683c97df3eea50c77846cd02de107a68cba1f313feb901bddcd" + "url": "https://github.com/mikefarah/yq/releases/download/v4.6.0/yq_windows_386.exe#/yq.exe", + "hash": "c8a8e8bd1fed87f5dd1d596d63e1f9498768df63d250886dcbe316d371367827" } }, "bin": "yq.exe",