zeromq 4.0.2
Closes Homebrew/homebrew#24635. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0f7f0d345a
commit
5d6e149724
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Zeromq < Formula
|
||||
homepage 'http://www.zeromq.org/'
|
||||
url 'http://download.zeromq.org/zeromq-4.0.1.tar.gz'
|
||||
sha1 '50d894108a26a610eb22cd425cc487480e898acc'
|
||||
url 'http://download.zeromq.org/zeromq-4.0.2.tar.gz'
|
||||
sha1 '2f661c560c038b31054a70ac5da996fbd3bfc34d'
|
||||
|
||||
head do
|
||||
url 'https://github.com/zeromq/libzmq.git'
|
||||
|
|
Loading…
Reference in a new issue