File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
class AuroraCli < Formula
2
2
desc "Apache Aurora Scheduler Client"
3
3
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 "
6
6
7
7
bottle do
8
8
cellar :any_skip_relocation
@@ -11,7 +11,11 @@ class AuroraCli < Formula
11
11
sha256 "9b45a0ba82e22ff2e272c80977d047a16b5164edb0efc198ffc90ede170c5444" => :mavericks
12
12
end
13
13
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
15
19
depends_on :python if MacOS . version <= :snow_leopard
16
20
17
21
def install
You can’t perform that action at this time.
0 commit comments