From 5951d6a838d19ee47916f44b07824f78e9af0958 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 11 Jan 2017 00:41:11 -0800 Subject: [PATCH] godep 76 Closes #8724. Signed-off-by: Tomasz Pajor --- Formula/godep.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/godep.rb b/Formula/godep.rb index c933560f61..7fc63378ee 100644 --- a/Formula/godep.rb +++ b/Formula/godep.rb @@ -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