czmq 2.0.2

Closes Homebrew/homebrew#23607.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-10-25 17:23:31 -05:00 committed by Adam Vandenberg
parent 90a5d168a1
commit 3a34eb8954
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Czmq < Formula
homepage 'http://czmq.zeromq.org/'
url 'http://download.zeromq.org/czmq-1.4.1.tar.gz'
sha1 '8ddb485e9d53bca6bb703c850be40b8da70c4d74'
url 'http://download.zeromq.org/czmq-2.0.2.tar.gz'
sha1 '9a78ea2bf2100863eefdd0512c77486ebd1e2587'
head do
url 'https://github.com/zeromq/czmq.git'
@ -24,4 +24,8 @@ class Czmq < Formula
"--prefix=#{prefix}"
system "make install"
end
test do
system "#{bin}/czmq_selftest"
end
end