godep 76
Closes #8724. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
2313f1cad8
commit
5951d6a838
1 changed files with 2 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
class Godep < Formula
|
||||
desc "Dependency tool for go"
|
||||
homepage "https://godoc.org/github.com/tools/godep"
|
||||
url "https://github.com/tools/godep/archive/v75.tar.gz"
|
||||
sha256 "a9508db6a792170f9815864b70a70a8e0e66ca0bf57f1a9cc087d811ec105494"
|
||||
revision 3
|
||||
url "https://github.com/tools/godep/archive/v76.tar.gz"
|
||||
sha256 "f52ddbb3c784decfefb60436efb96adf525cc4c7d080ab7953a2eb1dddc65a83"
|
||||
head "https://github.com/tools/godep.git"
|
||||
|
||||
bottle do
|
||||
|
@ -14,12 +13,6 @@ class Godep < Formula
|
|||
|
||||
depends_on "go"
|
||||
|
||||
# Add support for Go 1.8+, currently devel.
|
||||
patch do
|
||||
url "https://github.com/tools/godep/pull/524.patch"
|
||||
sha256 "245ff4b4fad3831fd2a2a51ba4ac7b01e3affad1a25a7b4da8ef31e7a387c7b8"
|
||||
end
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
(buildpath/"src/github.com/tools/godep").install buildpath.children
|
||||
|
|
Loading…
Reference in a new issue