Skip to content

Commit

Permalink
Update several JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdogan committed Jan 22, 2021
1 parent 268be48 commit b6528e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Casks/zulu-jdk11.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask 'zulu-jdk11' do
version '11.43.55,11.0.9.1'
sha256 '18ba26ead6b15b4e8b6f9301053f962f2a7da3fb6f1d49a81957235979783cda'
version '11.45.27,11.0.10'
sha256 '1c59885634ad438c9b198d31b9dd2aa310922484b3a0ffec603eec1b02eb898e'

url "https://cdn.azul.com/zulu/bin/zulu#{version.before_comma}-ca-jdk#{version.after_comma}-macosx_x64.dmg",
referer: 'https://www.azul.com/downloads/zulu-community/'
Expand Down
4 changes: 2 additions & 2 deletions Casks/zulu-jdk13.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask 'zulu-jdk13' do
version '13.35.51,13.0.5.1'
sha256 '6dd2115f2124e84b4c6eea160c57a64fc7be3515c659a91656ed2369d0f744bc'
version '13.37.21,13.0.6'
sha256 'c9de14e85b882fdcb65deef263ea43cfb8c3eb603b7f5a7c51214c7e4e16674b'

url "https://cdn.azul.com/zulu/bin/zulu#{version.before_comma}-ca-jdk#{version.after_comma}-macosx_x64.dmg",
referer: 'https://www.azul.com/downloads/zulu-community/'
Expand Down
2 changes: 1 addition & 1 deletion Casks/zulu-jdk7.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask 'zulu-jdk7' do
version '7.0.285,7.42.0.51-ca'
version '7.0.292,7.44.0.11-ca'
sha256 'd93ad975f0014283408bb057eb1d8c544be35fb7b924d9f8ec8169c96eb83612'

url "https://cdn.azul.com/zulu/bin/zulu#{version.after_comma}-jdk#{version.before_comma}-macosx_x64.dmg",
Expand Down
4 changes: 2 additions & 2 deletions Casks/zulu-jdk8.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask 'zulu-jdk8' do
version '8.0.275,8.50.0.51'
sha256 'a1a50b751a545da211c6e5546a45518202a4a558e0810341e2f4089eecbb16f4'
version '8.0.282,8.52.0.23'
sha256 '4eaf47acd097ad3102f55ddc586f4e1fbb3b8b8115d5cb2c455a54b0d84ee1bc'

url "https://cdn.azul.com/zulu/bin/zulu#{version.after_comma}-ca-jdk#{version.before_comma}-macosx_x64.dmg",
referer: 'https://www.azul.com/downloads/zulu-community/'
Expand Down

0 comments on commit b6528e9

Please sign in to comment.