Skip to content

Commit

Permalink
Upgrade JDK Casks to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdogan authored Jul 29, 2023
1 parent cb837c6 commit 2bdf5b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Casks/zulu-jdk11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

if Hardware::CPU.intel?
version '11.66.15,11.0.20'
sha256 'c9f010d6540e4cb7ca1b227b15a46d1cb309efd707b196d9e7d1d7dd34bbd991'
sha256 'e7ca149dc9f8dbfa1bb6fda6e478e671e37e6c27cc6d2e9b0ec7b8fc8ca06ae2'

url 'https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_x64.dmg',
url 'https://cdn.azul.com/zulu/bin/zulu11.66.15_1-ca-jdk11.0.20-macosx_x64.dmg',
referer: 'https://www.azul.com/downloads/zulu-community/'

depends_on macos: '>= :mojave'
else
version '11.66.15,11.0.20'
sha256 '8bf03fce77655e6f96e9c6694ddcf9c41301178a82eefe7c7476c92061d297e4'
sha256 '18a4859a0cde247d26005d0b58f30f5524ceea9fceaac8fcbdc05b6625ca9e1b'

url 'https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_aarch64.dmg',
url 'https://cdn.azul.com/zulu/bin/zulu11.66.15_1-ca-jdk11.0.20-macosx_aarch64.dmg',
referer: 'https://www.azul.com/downloads/zulu-community/'

depends_on macos: '>= :big_sur'
Expand Down
8 changes: 4 additions & 4 deletions Casks/zulu-jdk20.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

if Hardware::CPU.intel?
version '20.32.11,20.0.2'
sha256 '78dc577888711f954d690eb5d41c5408dd02a45ae25782d36efc170df02a0ee9'
sha256 '6f02981801832230edd0a0091b8de10873d3271cd7cc4d7a9ed439b046fa4b1f'

url 'https://cdn.azul.com/zulu/bin/zulu20.32.11-ca-jdk20.0.2-macosx_x64.dmg',
url 'https://cdn.azul.com/zulu/bin/zulu20.32.11_1-ca-jdk20.0.2-macosx_x64.dmg',
referer: 'https://www.azul.com/downloads/zulu-community/'

depends_on macos: '>= :mojave'
else
version '20.32.11,20.0.2'
sha256 '6db524f701c3a64ade65e83d21d34a832e39a8342650d4c1515f0a50cdc63ef0'
sha256 'c5c196a0a25eca25a22edee325ff8ee2cd96aa9bfdee0ca3554dfbfd31dba8df'

url 'https://cdn.azul.com/zulu/bin/zulu20.32.11-ca-jdk20.0.2-macosx_aarch64.dmg',
url 'https://cdn.azul.com/zulu/bin/zulu20.32.11_1-ca-jdk20.0.2-macosx_aarch64.dmg',
referer: 'https://www.azul.com/downloads/zulu-community/'

depends_on macos: '>= :big_sur'
Expand Down

0 comments on commit 2bdf5b4

Please sign in to comment.