Updated zeromq to version 2.1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1c7c47aa84
commit
20af98640c
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Zeromq < Formula
|
||||
url 'http://download.zeromq.org/zeromq-2.1.2.tar.gz'
|
||||
url 'http://download.zeromq.org/zeromq-2.1.3.tar.gz'
|
||||
head 'git://github.com/zeromq/zeromq2.git'
|
||||
homepage 'http://www.zeromq.org/'
|
||||
md5 'ee0ebe3b9dd6c80941656dd8c755764d'
|
||||
md5 'ae681af2df1b7191aeecfcb23bb73864'
|
||||
|
||||
def options
|
||||
[['--universal', 'Build as a Universal Intel binary.']]
|
||||
|
|
Loading…
Reference in a new issue