ngrok: modified log4go import path
Cherry-pick the upstream commit from inconshreveable/ngrok#308 Fixes the following error: package code.google.com/p/log4go: unable to detect version control system for code.google.com/ path make: *** [deps] Error 1 Closes Homebrew/homebrew#50113. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
44b92c0d73
commit
43eb774d4a
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ class Ngrok < Formula
|
|||
depends_on "go" => :build
|
||||
depends_on :hg => :build
|
||||
|
||||
patch do
|
||||
url "https://github.com/inconshreveable/ngrok/commit/761e6d0de87f4175b91a007951d7ca4ab12b7d04.diff"
|
||||
sha256 "1bfc6342e1c194a7763039de8d6a1a1c3783a30f0517473248e0fccb3c71c211"
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
system "make", "release-client"
|
||||
|
|
Loading…
Reference in a new issue