diff options
| author | prateekbaheti | 2015-02-14 00:05:47 +0530 |
|---|---|---|
| committer | Jack Nagel | 2015-02-13 22:44:02 -0500 |
| commit | 1f06e0db9903d825a684241c00dc6e2a6579f01f (patch) | |
| tree | b2483911f6b276e2025c9a23ba9223d0a91171e1 /Library/Formula | |
| parent | 28558f231f0b514d39fd5b371b4e692e692007b8 (diff) | |
| download | homebrew-1f06e0db9903d825a684241c00dc6e2a6579f01f.tar.bz2 | |
gauge 0.0.4
Closes #36799.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gauge.rb | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/Library/Formula/gauge.rb b/Library/Formula/gauge.rb index a0a89236b..8a334d2c5 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.3.tar.gz" - sha1 "5cb64ce8d803c739c3e21513b334e0d2216cc68a" + url "https://github.com/getgauge/gauge/archive/v0.0.4.tar.gz" + sha1 "d0bbfd4c782bccca5fbf3f8fa9ada71e1723a5eb" bottle do sha1 "6b503ea7ac28bd315a8a7fa55917aaccb20e9e87" => :yosemite @@ -13,15 +13,14 @@ class Gauge < Formula depends_on "go" => :build - go_resource "code.google.com/p/goprotobuf" do - url "https://code.google.com/p/goprotobuf", - :revision => "725eb0907b649c438e0e8f1601648597141fb66c", - :using => :hg + go_resource "github.com/golang/protobuf" do + url "https://github.com/golang/protobuf.git", + :revision => "7f07925444bb51fa4cf9dfe6f7661876f8852275" end go_resource "github.com/getgauge/common" do url "https://github.com/getgauge/common.git", - :revision => "4c20d2d8fc5c4c447a6110f4f888f72c3d66f84c" + :revision => "a947acc34020882e7a00d6366a66b24ec7f3f578" end go_resource "github.com/getgauge/mflag" do @@ -29,6 +28,23 @@ class Gauge < Formula :revision => "d64a28a7abc05602c9e6d9c5a1488ee69f9fcb83" end + go_resource "github.com/op/go-logging" do + url "https://github.com/op/go-logging.git", + :revision => "fb0230561a6ba1cab17beb95f1faedc16584fdb8" + end + + go_resource "golang.org/x/tools" do + url "https://go.googlesource.com/tools", + :revision => "2ef5a0d23bc4e07573bb094b97e96c9cd9844fca", + :using => :git + end + + go_resource "gopkg.in/natefinch/lumberjack.v2" do + url "https://gopkg.in/natefinch/lumberjack.v2", + :revision => "d28785c2f27cd682d872df46ccd8232843629f54", + :using =>:git + end + go_resource "github.com/dmotylev/goproperties" do url "https://github.com/dmotylev/goproperties.git", :revision => "7cbffbaada472bc302cbaca51c1d5ed2682eb509" |
