From 09de693f6f4e4f34ef2f01b19a2003f60f2eb78e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 7 Feb 2020 01:01:53 +0000 Subject: [PATCH] yq: Update to version 3.1.0 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index cc96d0161e..ee5a9cd419 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.0.1", + "version": "3.1.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.0.1/yq_windows_amd64.exe#/yq.exe", - "hash": "8f88f659f5532090f51783370178cc721df530dca68364658a8a5b1ba6f77c55" + "url": "https://github.com/mikefarah/yq/releases/download/3.1.0/yq_windows_amd64.exe#/yq.exe", + "hash": "d2fcff5350f9fec14681dc83fd49a92b684e5a86e3f7ae0eda307033394e5356" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.0.1/yq_windows_386.exe#/yq.exe", - "hash": "2e087748ff6b05994d33739c9d80c9e8644ec4ffbf22b91d9152310a835e5a2f" + "url": "https://github.com/mikefarah/yq/releases/download/3.1.0/yq_windows_386.exe#/yq.exe", + "hash": "0699b130092f6cd1c32279fe2485bb90fffb6a87071a09c58407941e141382e2" } }, "bin": "yq.exe",