From f19b0665701a31c2f8fcda183f081e5cd92e616f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Feb 2020 06:01:53 +0000 Subject: [PATCH] yq: Update to version 3.1.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index ee5a9cd419..133f546377 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "3.1.0", + "version": "3.1.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/3.1.0/yq_windows_amd64.exe#/yq.exe", - "hash": "d2fcff5350f9fec14681dc83fd49a92b684e5a86e3f7ae0eda307033394e5356" + "url": "https://github.com/mikefarah/yq/releases/download/3.1.1/yq_windows_amd64.exe#/yq.exe", + "hash": "497b470d22860a6e9b3b365fb2064ded33cfd338d5e5076614d423f405cdbbb9" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/3.1.0/yq_windows_386.exe#/yq.exe", - "hash": "0699b130092f6cd1c32279fe2485bb90fffb6a87071a09c58407941e141382e2" + "url": "https://github.com/mikefarah/yq/releases/download/3.1.1/yq_windows_386.exe#/yq.exe", + "hash": "9e0a837118ed1d0c58cf486053f5d5132357f064d3d4a45a2c765453b900462c" } }, "bin": "yq.exe",