dep 0.5.1
Closes #37774. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
4b7d31fffb
commit
3870c0c38f
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ class Dep < Formula
|
||||||
desc "Go dependency management tool"
|
desc "Go dependency management tool"
|
||||||
homepage "https://github.com/golang/dep"
|
homepage "https://github.com/golang/dep"
|
||||||
url "https://github.com/golang/dep.git",
|
url "https://github.com/golang/dep.git",
|
||||||
:tag => "v0.5.0",
|
:tag => "v0.5.1",
|
||||||
:revision => "224a564abe296670b692fe08bb63a3e4c4ad7978"
|
:revision => "faa6189302b8a862e5612d332ff3755c19784749"
|
||||||
head "https://github.com/golang/dep.git"
|
head "https://github.com/golang/dep.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -25,7 +25,7 @@ class Dep < Formula
|
||||||
ENV["DEP_BUILD_PLATFORMS"] = "darwin"
|
ENV["DEP_BUILD_PLATFORMS"] = "darwin"
|
||||||
ENV["DEP_BUILD_ARCHS"] = "amd64"
|
ENV["DEP_BUILD_ARCHS"] = "amd64"
|
||||||
system "hack/build-all.bash"
|
system "hack/build-all.bash"
|
||||||
bin.install "release/dep-darwin-#{arch}" => "dep"
|
bin.install "release/dep-darwin-amd64" => "dep"
|
||||||
prefix.install_metafiles
|
prefix.install_metafiles
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue