From f3760afb655891a06a35fca5122b3ee2fd8fd438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:26:42 +0000 Subject: [PATCH] gauge: Update to version 1.5.0 --- bucket/gauge.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gauge.json b/bucket/gauge.json index cc48c76185..96c3b58ed2 100644 --- a/bucket/gauge.json +++ b/bucket/gauge.json @@ -1,16 +1,16 @@ { - "version": "1.4.3", + "version": "1.5.0", "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.4.3/gauge-1.4.3-windows.x86_64.zip", - "hash": "6351416c72923d851cc2e4d6ee0833a0326ecbd48d46be44690a80541c3e78dc" + "url": "https://github.com/getgauge/gauge/releases/download/v1.5.0/gauge-1.5.0-windows.x86_64.zip", + "hash": "9de4056eb675164d8c425456730a1d8aacd2dbcb896f4d0a90631629963f91e5" }, "32bit": { - "url": "https://github.com/getgauge/gauge/releases/download/v1.4.3/gauge-1.4.3-windows.x86.zip", - "hash": "8079541908cc68e893626dd633728d821e17978a00efed1ec19c386e1f82a8e2" + "url": "https://github.com/getgauge/gauge/releases/download/v1.5.0/gauge-1.5.0-windows.x86.zip", + "hash": "27b9d52efaa280ad9fe2908a7cbab961373be9a5b885978a76dce50f104ca128" } }, "bin": "gauge.exe",