From 3e7ce37195ab949feba48022a80490c10cf03408 Mon Sep 17 00:00:00 2001 From: chenrui Date: Tue, 3 Nov 2020 12:22:54 +0000 Subject: [PATCH] gauge 1.1.5 Closes #64011. Signed-off-by: Dustin Rodrigues Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/gauge.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gauge.rb b/Formula/gauge.rb index aec1df36dc8..16d2339ed6d 100644 --- a/Formula/gauge.rb +++ b/Formula/gauge.rb @@ -1,8 +1,8 @@ class Gauge < Formula desc "Test automation tool that supports executable documentation" homepage "https://gauge.org" - url "https://github.com/getgauge/gauge/archive/v1.1.4.tar.gz" - sha256 "9250fde749c51b76acd375a82e27fbed758ff8982d9e6dc82c70e4dc218e6b4a" + url "https://github.com/getgauge/gauge/archive/v1.1.5.tar.gz" + sha256 "b11767c95b03a6a59bb6570e4b9c210979d40c560ac65de009b60cdc4742eda9" license "Apache-2.0" head "https://github.com/getgauge/gauge.git"