From 9c4f592ab2e2ac5a6f5225c2cce07cfe7e7c32ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 20 Dec 2020 09:27:27 +0100 Subject: [PATCH] yq: Update to version 4.0.0 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 403a65a212..2d837b42cb 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.4.1", + "version": "4.0.0", "description": "A portable command-line YAML processor", "homepage": "https://github.com/mikefarah/yq", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.4.1/yq_windows_amd64.exe#/yq.exe", - "hash": "987d31d3a9b75f9cb0f202173aab033d333d2406ba2caa7dba9d16a5204c2167" + "url": "https://github.com/mikefarah/yq/releases/download/4.0.0/yq_windows_amd64.exe#/yq.exe", + "hash": "de8cda9cb338968f5187110f15efdcb5bfae4a3ab5988a77a30cf1c4159a47b2" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.4.1/yq_windows_386.exe#/yq.exe", - "hash": "6292e14b0c199f2bd33e18a8bfe67f100084837163e1e2bc4934bcd7990a5087" + "url": "https://github.com/mikefarah/yq/releases/download/4.0.0/yq_windows_386.exe#/yq.exe", + "hash": "5c46a63ccd4165cfcd2d85c33a7d6f745d5be439e32bb95b1755a6eafa1a13f2" } }, "bin": "yq.exe",