Skip to content

Commit

Permalink
godep: bump revision for go
Browse files Browse the repository at this point in the history
Closes #12159.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
DomT4 authored and ilovezfs committed Apr 7, 2017
1 parent 4425645 commit 4a756c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/godep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class Godep < Formula
homepage "https://godoc.org/github.com/tools/godep"
url "https://github.com/tools/godep/archive/v79.tar.gz"
sha256 "3dd2e6c4863077762498af98fa0c8dc5fedffbca6a5c0c4bb42b452c8268383d"
revision 1
revision 2

head "https://github.com/tools/godep.git"

bottle do
Expand Down Expand Up @@ -36,6 +37,7 @@ def install
}
EOS
system bin/"godep", "restore"
assert File.exist?("src/golang.org/x/tools/README"), "Failed to find 'src/golang.org/x/tools/README!' file"
assert_predicate testpath/"src/golang.org/x/tools/README", :exist?,
"Failed to find 'src/golang.org/x/tools/README!' file"
end
end

0 comments on commit 4a756c2

Please sign in to comment.