aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKevin Williams2010-11-10 14:21:22 -0700
committerAdam Vandenberg2010-11-10 19:14:22 -0800
commit26d7772dd5e352fbfd53e4189e418c198c8f1941 (patch)
tree2d4062d2ec35debbbe693b34d245e34d13f8c1f5 /Library/Formula
parent4e34be9b1adad46ab4e5b1a2f5e52d3337cc4f6d (diff)
downloadhomebrew-26d7772dd5e352fbfd53e4189e418c198c8f1941.tar.bz2
update zeromq to 2.0.10 and add caveat about Java Developer Package
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zeromq.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb
index 7af09de6d..f1b5d1ec8 100644
--- a/Library/Formula/zeromq.rb
+++ b/Library/Formula/zeromq.rb
@@ -1,10 +1,10 @@
require 'formula'
class Zeromq <Formula
- url 'http://www.zeromq.org/local--files/area:download/zeromq-2.0.9.tar.gz'
+ url 'http://www.zeromq.org/local--files/area:download/zeromq-2.0.10.tar.gz'
head 'git://github.com/zeromq/zeromq2.git'
homepage 'http://www.zeromq.org/'
- md5 'eadda72ecc5bcfa50a521436e6d92252'
+ md5 'ab794a174210b9e8096a4efd1d1a4d42'
def options
[['--universal', 'Build as a Universal Intel binary.']]
@@ -46,6 +46,10 @@ class Zeromq <Formula
To install the zmq gem on 10.6 with the system Ruby on a 64-bit machine,
you may need to do:
$ ARCHFLAGS="-arch x86_64" gem install zmq -- --with-zmq-dir=#{HOMEBREW_PREFIX}
+
+ If you want to later build the Java bindings from https://github.com/zeromq/jzmq,
+ you will need to obtain the Java Developer Package from Apple ADC
+ at http://connect.apple.com/.
EOS
end
end \ No newline at end of file