aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprateekbaheti2015-03-05 13:20:57 +0530
committerMike McQuaid2015-03-05 09:06:04 +0000
commit7d36266d431fc2bb79003c5ea4bb70a812fa627f (patch)
treea1c51f4b10a94883b4f311529286be83db804c33
parent792e24b35fcd4d632a4484b77b31b2fef9d09cda (diff)
downloadhomebrew-7d36266d431fc2bb79003c5ea4bb70a812fa627f.tar.bz2
gauge 0.0.5
Closes #37412. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/gauge.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gauge.rb b/Library/Formula/gauge.rb
index 8bcdd7aa7..e97453518 100644
--- a/Library/Formula/gauge.rb
+++ b/Library/Formula/gauge.rb
@@ -2,8 +2,8 @@ require "language/go"
class Gauge < Formula
homepage "http://getgauge.io"
- url "https://github.com/getgauge/gauge/archive/v0.0.4.tar.gz"
- sha1 "d0bbfd4c782bccca5fbf3f8fa9ada71e1723a5eb"
+ url "https://github.com/getgauge/gauge/archive/v0.0.5.tar.gz"
+ sha1 "4f0e51963f40d0a512f8fbd30b12a42d959abc25"
bottle do
cellar :any
@@ -21,7 +21,7 @@ class Gauge < Formula
go_resource "github.com/getgauge/common" do
url "https://github.com/getgauge/common.git",
- :revision => "a947acc34020882e7a00d6366a66b24ec7f3f578"
+ :revision => "44ddedf61ebcff8e099aa534616676e43be3ed18"
end
go_resource "github.com/getgauge/mflag" do