thrift 0.12.0
This commit is contained in:
parent
7ed18daa32
commit
2a11925d90
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Thrift < Formula
|
||||
desc "Framework for scalable cross-language services development"
|
||||
homepage "https://thrift.apache.org/"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=/thrift/0.11.0/thrift-0.11.0.tar.gz"
|
||||
sha256 "c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=/thrift/0.12.0/thrift-0.12.0.tar.gz"
|
||||
sha256 "c336099532b765a6815173f62df0ed897528a9d551837d627c1f87fadad90428"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -36,12 +36,12 @@ class Thrift < Formula
|
|||
--with-openssl=#{Formula["openssl"].opt_prefix}
|
||||
--without-erlang
|
||||
--without-haskell
|
||||
--without-java
|
||||
--without-perl
|
||||
--without-php
|
||||
--without-php_extension
|
||||
--without-ruby
|
||||
--without-java
|
||||
--without-python
|
||||
--without-ruby
|
||||
]
|
||||
|
||||
ENV.cxx11 if ENV.compiler == :clang
|
||||
|
|
Loading…
Reference in a new issue