From 138164b342c8d31acb95de95a9db83a4f5656a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 5 Sep 2021 01:07:56 -0700 Subject: [PATCH] yq: Update to version 4.12.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 0b22407acd..e09008ef02 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.12.1", + "version": "4.12.2", "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.12.1/yq_windows_amd64.exe#/yq.exe", - "hash": "2b731391e460b5f658a43dec968aad0ff76756b094185397094d433769b7f3f7" + "url": "https://github.com/mikefarah/yq/releases/download/v4.12.2/yq_windows_amd64.exe#/yq.exe", + "hash": "f296e9e18e003dd6c7b43de3ca8caebe9dbd0d7c76bb248c6b67d6cc0ab2b306" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.12.1/yq_windows_386.exe#/yq.exe", - "hash": "0670bdc3a43fa54ab9487ccda9b690e59cc1136a35c827bddbbaae61e821cf9d" + "url": "https://github.com/mikefarah/yq/releases/download/v4.12.2/yq_windows_386.exe#/yq.exe", + "hash": "851cfb1090560516a1bd8aa9136bee43213a57610d11b1371bee7398af468017" } }, "bin": "yq.exe",