godep 69
Closes #1282. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
parent
d1f0d6a2cf
commit
223b4a57ca
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Godep < Formula
|
class Godep < Formula
|
||||||
desc "Dependency tool for go"
|
desc "Dependency tool for go"
|
||||||
homepage "https://godoc.org/github.com/tools/godep"
|
homepage "https://godoc.org/github.com/tools/godep"
|
||||||
url "https://github.com/tools/godep/archive/v66.tar.gz"
|
url "https://github.com/tools/godep/archive/v69.tar.gz"
|
||||||
sha256 "730020ef823dc29cdc139c097831a4df7a7b91941e378efd37f9e217dae62eb5"
|
sha256 "a3eb2a2458383ffcd3d0df4565911aa601cd3172546749a571888ef3b11e9a0e"
|
||||||
head "https://github.com/tools/godep.git"
|
head "https://github.com/tools/godep.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -27,10 +27,10 @@ class Godep < Formula
|
||||||
test do
|
test do
|
||||||
ENV["GO15VENDOREXPERIMENT"] = "0"
|
ENV["GO15VENDOREXPERIMENT"] = "0"
|
||||||
mkdir "Godeps"
|
mkdir "Godeps"
|
||||||
(testpath/"Godeps/Geodeps.json").write <<-EOS.undent
|
(testpath/"Godeps/Godeps.json").write <<-EOS.undent
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/tools/godep",
|
"ImportPath": "github.com/tools/godep",
|
||||||
"GoVersion": "go1.4.2",
|
"GoVersion": "go1.6",
|
||||||
"Deps": []
|
"Deps": []
|
||||||
}
|
}
|
||||||
EOS
|
EOS
|
||||||
|
|
Loading…
Reference in a new issue