From 52b56594c0dc14e06d7ce8cee8be8357d11f8ba0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 31 Jan 2020 00:01:52 +0000 Subject: [PATCH] yq: Update to version 3.0.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 91ea332ca8..cc96d0161e 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "2.4.1", + "version": "3.0.1", "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/2.4.1/yq_windows_amd64.exe#/yq.exe", - "hash": "bdfd2a00bab3d8171edf57aaf4e9a2f7d0395e7a36d42b07f0e35503c00292a3" + "url": "https://github.com/mikefarah/yq/releases/download/3.0.1/yq_windows_amd64.exe#/yq.exe", + "hash": "8f88f659f5532090f51783370178cc721df530dca68364658a8a5b1ba6f77c55" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/2.4.1/yq_windows_386.exe#/yq.exe", - "hash": "7ed72df0565dc08481101dc5b5e00fc071791189541803f71bdd1beb7fe90522" + "url": "https://github.com/mikefarah/yq/releases/download/3.0.1/yq_windows_386.exe#/yq.exe", + "hash": "2e087748ff6b05994d33739c9d80c9e8644ec4ffbf22b91d9152310a835e5a2f" } }, "bin": "yq.exe",