diff options
| author | prateekbaheti | 2015-03-05 13:20:57 +0530 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-05 09:06:04 +0000 |
| commit | 7d36266d431fc2bb79003c5ea4bb70a812fa627f (patch) | |
| tree | a1c51f4b10a94883b4f311529286be83db804c33 /Library | |
| parent | 792e24b35fcd4d632a4484b77b31b2fef9d09cda (diff) | |
| download | homebrew-7d36266d431fc2bb79003c5ea4bb70a812fa627f.tar.bz2 | |
gauge 0.0.5
Closes #37412.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gauge.rb | 6 |
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 |
