aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zeromq.rb
diff options
context:
space:
mode:
authorMinRK2011-12-18 19:18:40 -0800
committerCharlie Sharpsteen2011-12-19 13:33:20 -0800
commit36739bccb449c855337cfccfe93a25f7442063b4 (patch)
tree83f45c117ab6fba4ff3ded019bde92ea9b859940 /Library/Formula/zeromq.rb
parent9b2b9279fb000e36c6496b2afbd285e9729cb621 (diff)
downloadhomebrew-36739bccb449c855337cfccfe93a25f7442063b4.tar.bz2
zeromq: Update to 2.1.11
Closes #9177. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/zeromq.rb')
-rw-r--r--Library/Formula/zeromq.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb
index df0e66ff2..97e886dcb 100644
--- a/Library/Formula/zeromq.rb
+++ b/Library/Formula/zeromq.rb
@@ -5,10 +5,10 @@ def pgm_flags
end
class Zeromq < Formula
- url 'http://download.zeromq.org/zeromq-2.1.10.tar.gz'
+ url 'http://download.zeromq.org/zeromq-2.1.11.tar.gz'
head 'https://github.com/zeromq/libzmq.git'
homepage 'http://www.zeromq.org/'
- md5 'f034096095fa76041166a8861e9d71b7'
+ md5 'f0f9fd62acb1f0869d7aa80379b1f6b7'
fails_with_llvm "Compiling with LLVM gives a segfault while linking.",
:build => 2326 if MacOS.snow_leopard?