File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ cask 'zulu-jdk18.0.1' do
2
+
3
+ if Hardware ::CPU . intel?
4
+ version '18.30.11,18.0.1'
5
+ sha256 'e26f3c3f4d2a388aa0d7fa60f5473301155827192da2e09550ff5bf15982d166'
6
+
7
+ url 'https://cdn.azul.com/zulu/bin/zulu18.30.11-ca-jdk18.0.1-macosx_x64.dmg' ,
8
+ referer : 'https://www.azul.com/downloads/zulu-community/'
9
+
10
+ depends_on macos : '>= :mojave'
11
+ else
12
+ version '18.30.11,18.0.1'
13
+ sha256 '6bf03aa424cd775eacd3530104c08319971ff1fb46eff8857f72fdff16409e94'
14
+
15
+ url 'https://cdn.azul.com/zulu/bin/zulu18.30.11-ca-jdk18.0.1-macosx_aarch64.dmg' ,
16
+ referer : 'https://www.azul.com/downloads/zulu-community/'
17
+
18
+ depends_on macos : '>= :big_sur'
19
+ end
20
+
21
+ name 'Azul Zulu® JDK 18.0.1'
22
+ homepage 'https://www.azul.com/downloads/zulu-community/'
23
+
24
+ pkg 'Double-Click to Install Azul Zulu JDK 18.0.1.pkg'
25
+
26
+ uninstall pkgutil : 'com.azulsystems.zulu.18.0.1'
27
+ end
You can’t perform that action at this time.
0 commit comments