Skip to content

Commit 5479f58

Browse files
authored
Update of zulu 18.0.1
1 parent d1c074b commit 5479f58

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Casks/zulu-jdk18.0.1.rb

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

0 commit comments

Comments
 (0)