aurora-cli 0.16.0

Closes #6006.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
se choi 2016-10-17 19:42:44 +09:00 committed by Tomasz Pajor
parent 55f8bddcfe
commit f4d7d63fad

View file

@ -1,8 +1,8 @@
class AuroraCli < Formula class AuroraCli < Formula
desc "Apache Aurora Scheduler Client" desc "Apache Aurora Scheduler Client"
homepage "https://aurora.apache.org" homepage "https://aurora.apache.org"
url "https://www.apache.org/dyn/closer.cgi?path=/aurora/0.15.0/apache-aurora-0.15.0.tar.gz" url "https://www.apache.org/dyn/closer.cgi?path=/aurora/0.16.0/apache-aurora-0.16.0.tar.gz"
sha256 "43f6dd5864d5412e1384b18682bce15bc3d4a9a343dff8d893b1fb17346093cd" sha256 "e8249acd03e2f7597e65d90eb6808ad878b14b36da190a1f30085a2c2e25329e"
bottle do bottle do
cellar :any_skip_relocation cellar :any_skip_relocation
@ -11,7 +11,11 @@ class AuroraCli < Formula
sha256 "9b45a0ba82e22ff2e272c80977d047a16b5164edb0efc198ffc90ede170c5444" => :mavericks sha256 "9b45a0ba82e22ff2e272c80977d047a16b5164edb0efc198ffc90ede170c5444" => :mavericks
end end
depends_on :java => "1.8+" # Update binary_util OS map for OSX Sierra.
patch do
url "https://github.com/thinker0/aurora/commit/a92876a1.patch"
sha256 "b846045b2916c9d82a149bda06d98a2dabdbac435c16ba2943a90344bf55f344"
end
depends_on :python if MacOS.version <= :snow_leopard depends_on :python if MacOS.version <= :snow_leopard
def install def install