Skip to content

Commit f4d7d63

Browse files
thinker0nijikon
authored andcommitted
aurora-cli 0.16.0
Closes Homebrew#6006. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
1 parent 55f8bdd commit f4d7d63

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Formula/aurora-cli.rb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class AuroraCli < Formula
22
desc "Apache Aurora Scheduler Client"
33
homepage "https://aurora.apache.org"
4-
url "https://www.apache.org/dyn/closer.cgi?path=/aurora/0.15.0/apache-aurora-0.15.0.tar.gz"
5-
sha256 "43f6dd5864d5412e1384b18682bce15bc3d4a9a343dff8d893b1fb17346093cd"
4+
url "https://www.apache.org/dyn/closer.cgi?path=/aurora/0.16.0/apache-aurora-0.16.0.tar.gz"
5+
sha256 "e8249acd03e2f7597e65d90eb6808ad878b14b36da190a1f30085a2c2e25329e"
66

77
bottle do
88
cellar :any_skip_relocation
@@ -11,7 +11,11 @@ class AuroraCli < Formula
1111
sha256 "9b45a0ba82e22ff2e272c80977d047a16b5164edb0efc198ffc90ede170c5444" => :mavericks
1212
end
1313

14-
depends_on :java => "1.8+"
14+
# Update binary_util OS map for OSX Sierra.
15+
patch do
16+
url "https://github.com/thinker0/aurora/commit/a92876a1.patch"
17+
sha256 "b846045b2916c9d82a149bda06d98a2dabdbac435c16ba2943a90344bf55f344"
18+
end
1519
depends_on :python if MacOS.version <= :snow_leopard
1620

1721
def install

0 commit comments

Comments
 (0)