zeromq 4.1.3

Closes Homebrew/homebrew#43317.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Guo Xiao 2015-08-27 12:30:37 +08:00 committed by Xu Cheng
parent 2806b84235
commit 51bfe8a4b0

View file

@ -1,6 +1,8 @@
class Zeromq < Formula
desc "High-performance, asynchronous messaging library"
homepage "http://www.zeromq.org/"
url "http://download.zeromq.org/zeromq-4.1.3.tar.gz"
sha256 "61b31c830db377777e417235a24d3660a4bcc3f40d303ee58df082fcd68bf411"
bottle do
cellar :any
@ -18,11 +20,6 @@ class Zeromq < Formula
depends_on "libtool" => :build
end
stable do
url "http://download.zeromq.org/zeromq-4.1.2.tar.gz"
sha256 "f9162ead6d68521e5154d871bac304f88857308bb02366b81bb588497a345927"
end
option :universal
option "with-libpgm", "Build with PGM extension"
option "with-norm", "Build with NORM extension"