ZeroMQ: Update to 2.1.10
Closes Homebrew/homebrew#7959. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>master
parent
6086f16db0
commit
62a669b8a5
|
@ -5,10 +5,10 @@ def pgm_flags
|
||||||
end
|
end
|
||||||
|
|
||||||
class Zeromq < Formula
|
class Zeromq < Formula
|
||||||
url 'http://download.zeromq.org/zeromq-2.1.9.tar.gz'
|
url 'http://download.zeromq.org/zeromq-2.1.10.tar.gz'
|
||||||
head 'https://github.com/zeromq/libzmq.git'
|
head 'https://github.com/zeromq/libzmq.git'
|
||||||
homepage 'http://www.zeromq.org/'
|
homepage 'http://www.zeromq.org/'
|
||||||
md5 '94c5e0262a79c5f82bc0b178c1f8a33d'
|
md5 'f034096095fa76041166a8861e9d71b7'
|
||||||
|
|
||||||
fails_with_llvm "Compiling with LLVM gives a segfault while linking.",
|
fails_with_llvm "Compiling with LLVM gives a segfault while linking.",
|
||||||
:build => 2326 if MacOS.snow_leopard?
|
:build => 2326 if MacOS.snow_leopard?
|
||||||
|
|
Loading…
Reference in New Issue