ngrok 1.7
This commit is contained in:
parent
09e18cee57
commit
9b3fe3b8d5
1 changed files with 3 additions and 7 deletions
|
@ -2,22 +2,18 @@ require "formula"
|
|||
|
||||
class Ngrok < Formula
|
||||
homepage "https://ngrok.com"
|
||||
url "https://github.com/inconshreveable/ngrok/archive/1.6.tar.gz"
|
||||
sha1 "03d076bfe078ebe52c0c81dfa1e49b497e7295fa"
|
||||
|
||||
head "https://github.com/inconshreveable/ngrok.git", :branch => "master"
|
||||
url "https://github.com/inconshreveable/ngrok/archive/1.7.tar.gz"
|
||||
sha1 "4a6baf98a23193c21d7732c6573f53dbbede5033"
|
||||
|
||||
bottle do
|
||||
sha1 "b6160dc85cbaccb43a739e3dea2a7b493c41aed1" => :mavericks
|
||||
sha1 "420811e92bcf7155164f1d4ac2d5a9768376765e" => :mountain_lion
|
||||
sha1 "5374c93b860377dab5e9349957bf26085c73614e" => :lion
|
||||
end
|
||||
|
||||
depends_on "bazaar" => :build
|
||||
depends_on "go" => :build
|
||||
depends_on :hg => :build
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
system "make", "release-client"
|
||||
bin.install "bin/ngrok"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue