From e44bfda6f321e68de87e5fb5483b12ce173b37c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:27:18 +0000 Subject: [PATCH] gauge: Update to version 1.6.2 --- bucket/gauge.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gauge.json b/bucket/gauge.json index 271e921cae..05e9e537a9 100644 --- a/bucket/gauge.json +++ b/bucket/gauge.json @@ -1,16 +1,16 @@ { - "version": "1.6.1", + "version": "1.6.2", "description": "Test automation tool", "homepage": "https://gauge.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/getgauge/gauge/releases/download/v1.6.1/gauge-1.6.1-windows.x86_64.zip", - "hash": "fa78e558853a7e6b5618cd3db3bc7994650a33fa756c74f3fa08d2cbd7bcfe67" + "url": "https://github.com/getgauge/gauge/releases/download/v1.6.2/gauge-1.6.2-windows.x86_64.zip", + "hash": "70614c1a6ab74c1723552048891c23cef327e4a73e0d734a5918c336927271ee" }, "32bit": { - "url": "https://github.com/getgauge/gauge/releases/download/v1.6.1/gauge-1.6.1-windows.x86.zip", - "hash": "54ffb0dc379fb565c3032a0f7bd928b6114fd13e20f335e114ff9b6f08fd2f83" + "url": "https://github.com/getgauge/gauge/releases/download/v1.6.2/gauge-1.6.2-windows.x86.zip", + "hash": "cab4b23d89b7e394a68ced4e2e69a3a2430195604dcdfa25f9ee4b8784c9c910" } }, "bin": "gauge.exe",