zookeeper 3.4.7
Zookeeper 3.4.7 Closes Homebrew/homebrew#46956. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
c354c8a39a
commit
c96366fe5a
1 changed files with 2 additions and 22 deletions
|
@ -1,25 +1,14 @@
|
|||
class Zookeeper < Formula
|
||||
desc "Centralized server for distributed coordination of services"
|
||||
homepage "https://zookeeper.apache.org/"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz"
|
||||
sha256 "01b3938547cd620dc4c93efe07c0360411f4a66962a70500b163b59014046994"
|
||||
|
||||
# To resolve >+Yosemite build errors.
|
||||
# https://issues.apache.org/jira/browse/ZOOKEEPER-2049
|
||||
if MacOS.version >= :yosemite
|
||||
patch :p0 do
|
||||
url "https://issues.apache.org/jira/secure/attachment/12673210/ZOOKEEPER-2049.noprefix.branch-3.4.patch"
|
||||
sha256 "b90eda47d21e60655dffe476eb437400afed24b37bbd71e7291faa8ece35c62b"
|
||||
end
|
||||
end
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.4.7/zookeeper-3.4.7.tar.gz"
|
||||
sha256 "2e043e04c4da82fbdb38a68e585f3317535b3842c726e0993312948afcc83870"
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
revision 2
|
||||
sha256 "12241242d81eb12e9d6f520bfd9a20c7a52682bc08435952109fe49e8257b7c3" => :el_capitan
|
||||
sha256 "568d84b98466d842c3a1fa799892e01769bfa06069809fcd2d52f15c40285e50" => :yosemite
|
||||
sha256 "49ae8ae95b5f631b2883f88ca0a91c23aea84c334f018a24734a16e828ca8dbd" => :mavericks
|
||||
|
@ -28,15 +17,6 @@ class Zookeeper < Formula
|
|||
head do
|
||||
url "https://svn.apache.org/repos/asf/zookeeper/trunk"
|
||||
|
||||
# To resolve >+Yosemite build errors.
|
||||
# https://issues.apache.org/jira/browse/ZOOKEEPER-2049
|
||||
if MacOS.version >= :yosemite
|
||||
patch :p0 do
|
||||
url "https://issues.apache.org/jira/secure/attachment/12673212/ZOOKEEPER-2049.noprefix.trunk.patch"
|
||||
sha256 "64b5a4279a159977cbc1a1ab8fe782644f38ed04489b5a294d53aea74c84db89"
|
||||
end
|
||||
end
|
||||
|
||||
depends_on "ant" => :build
|
||||
depends_on "cppunit" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
|
Loading…
Reference in a new issue