From 90a58d434db3ea676c9929eaff4d4ef151515a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 21 Oct 2021 08:51:15 -0700 Subject: [PATCH] yq: Update to version 4.13.5 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index d5710ba948..88cef6192e 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.13.4", + "version": "4.13.5", "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.13.4/yq_windows_amd64.exe#/yq.exe", - "hash": "a4583983185f14740794e5cb0ad2c2707beb967936b89cf00190301525841f40" + "url": "https://github.com/mikefarah/yq/releases/download/v4.13.5/yq_windows_amd64.exe#/yq.exe", + "hash": "e45ad07b3bdae4be77979a7080e62973658ea22156c7877b0f6e47c3b0f82723" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.13.4/yq_windows_386.exe#/yq.exe", - "hash": "419581aab5347ad10a9457b2598633617c6f0543281e758bc131acbc69341dbc" + "url": "https://github.com/mikefarah/yq/releases/download/v4.13.5/yq_windows_386.exe#/yq.exe", + "hash": "fc36681bf015b4e58f63c72b2cc9215ee5e683e45e62120b6b599f3e7d4fb99b" } }, "bin": "yq.exe",