From 8bbd90b207c06edc4c6a15744f043bbe0d7e653d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:26:38 +0000 Subject: [PATCH] gauge: Update to version 1.6.4 --- bucket/gauge.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gauge.json b/bucket/gauge.json index 910787afa7..e3960958f8 100644 --- a/bucket/gauge.json +++ b/bucket/gauge.json @@ -1,16 +1,16 @@ { - "version": "1.6.3", + "version": "1.6.4", "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.3/gauge-1.6.3-windows.x86_64.zip", - "hash": "a42dc451058d532e90cacb381470e3ec1a4876996cfdf493e715fb31ecfb3b38" + "url": "https://github.com/getgauge/gauge/releases/download/v1.6.4/gauge-1.6.4-windows.x86_64.zip", + "hash": "d4851ab876445bdfbca81ef88198930f101605479a0fc5c8ea02a54fb29c6296" }, "32bit": { - "url": "https://github.com/getgauge/gauge/releases/download/v1.6.3/gauge-1.6.3-windows.x86.zip", - "hash": "cab26b47eb189d182b796855b5899c46caf573346a7d5390d1dc454ac7ecdb2a" + "url": "https://github.com/getgauge/gauge/releases/download/v1.6.4/gauge-1.6.4-windows.x86.zip", + "hash": "b5b7013b5a86d68580401460a43cc38019723b1094304042de7adb06e4131c37" } }, "bin": "gauge.exe",