diff options
Diffstat (limited to 'Library/Formula/zookeeper.rb')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 3be9e9328..c6b472948 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -1,10 +1,10 @@ require 'formula' class Zookeeper < Formula - url 'http://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.3.4/zookeeper-3.3.4.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.4.2/zookeeper-3.4.2.tar.gz' head 'http://svn.apache.org/repos/asf/zookeeper/trunk' homepage 'http://zookeeper.apache.org/' - md5 '4f3ce9fc78ec3dea1ddca2bf6bab308d' + md5 '726d9301c03f84a126a1d559f03df4a4' def options [ |
