zookeeper 3.3.4
Closes Homebrew/homebrew#8982. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
5f086e624f
commit
8855e44345
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Zookeeper < Formula
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.3.4/zookeeper-3.3.4.tar.gz'
|
||||
head 'http://svn.apache.org/repos/asf/zookeeper/trunk'
|
||||
homepage 'http://zookeeper.apache.org/'
|
||||
md5 'aa4129c6eebb50dbd6b640c9c3aa21f0'
|
||||
md5 '4f3ce9fc78ec3dea1ddca2bf6bab308d'
|
||||
|
||||
def options
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue