aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/czmq.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/czmq.rb b/Library/Formula/czmq.rb
index c8acadf0a..950b8aa60 100644
--- a/Library/Formula/czmq.rb
+++ b/Library/Formula/czmq.rb
@@ -2,8 +2,8 @@ require 'formula'
class Czmq < Formula
homepage 'http://czmq.zeromq.org/'
- url 'http://download.zeromq.org/czmq-2.0.3.tar.gz'
- sha1 'df8e6d547f43545bcd058697a2476474f9e3a0c1'
+ url 'http://download.zeromq.org/czmq-2.2.0.tar.gz'
+ sha1 '8fc5038a8e086a8f0afa6d8f6beea2fe50525ecc'
head do
url 'https://github.com/zeromq/czmq.git'
@@ -23,6 +23,7 @@ class Czmq < Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
+ rm Dir["#{bin}/*.gsl"]
end
test do