tcptunnel: add 0.8 bottle.
This commit is contained in:
parent
43c66dcd04
commit
4f7f874b2a
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Tcptunnel < Formula
|
|||
url "https://github.com/vakuum/tcptunnel/archive/v0.8.tar.gz"
|
||||
sha256 "1926e2636d26570035a5a0292c8d7766c4a9af939881121660df0d0d4513ade4"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "e387a861c4a9ceb3014883c851cdc43a56eddba635e1d313d976095ff78bb686" => :el_capitan
|
||||
sha256 "513995a3f0a331a06ac6531ddad6e1812a9c32add2252852c81d8abe6714c5aa" => :yosemite
|
||||
sha256 "d8b4b1fc5969c71bdf24c0793df0d0bcf77475ffd6eeb12a74304d2c6e1c3b1c" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
bin.mkpath
|
||||
system "./configure", "--prefix=#{bin}"
|
||||
|
|
Loading…
Reference in a new issue