dive 0.9.0
Remove patch Closes #46315. Signed-off-by: Rui Chen <rchen@meetup.com>
This commit is contained in:
parent
b08b01ab31
commit
639a864418
1 changed files with 2 additions and 8 deletions
|
@ -2,8 +2,8 @@ class Dive < Formula
|
|||
desc "Tool for exploring each layer in a docker image"
|
||||
homepage "https://github.com/wagoodman/dive"
|
||||
url "https://github.com/wagoodman/dive.git",
|
||||
:tag => "v0.8.1",
|
||||
:revision => "f2ea8b503d3cb06d1be611dcb32f0ef6b161b511"
|
||||
:tag => "v0.9.0",
|
||||
:revision => "0b147b0f6098b519d2e57c2aa74646dfbf95ab85"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -15,12 +15,6 @@ class Dive < Formula
|
|||
|
||||
depends_on "go" => :build
|
||||
|
||||
# Remove this patch in the next version.
|
||||
patch do
|
||||
url "https://github.com/wagoodman/dive/commit/f48715d4c536fdaf0ec57277f2677e4ed8076ad3.patch?full_index=1"
|
||||
sha256 "e13be53a71bca7e5393f7a1cdbbcb2691470be9227e384dc7c97b2bb1b49a40c"
|
||||
end
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
||||
|
|
Loading…
Reference in a new issue