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 30, 2023
1 parent cb837c6 commit f2d15d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions Casks/zulu-jdk17.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

if Hardware::CPU.intel?
version '17.44.15,17.0.8'
sha256 'd8e2e67b7a814062fb34309a6dc2b636f8d062714451ea76ccb56639d46fc1f6'
sha256 'ca746b9d24808a54c1a0d8ddc862700ec533aa3c69639ca8e775fd2c8c1a745f'

url 'https://cdn.azul.com/zulu/bin/zulu17.44.15-ca-jdk17.0.8-macosx_x64.dmg',
url 'https://cdn.azul.com/zulu/bin/zulu17.44.15_1-ca-jdk17.0.8-macosx_x64.dmg',
referer: 'https://www.azul.com/downloads/zulu-community/'

depends_on macos: '>= :mojave'
Expand Down

0 comments on commit f2d15d2

Please sign in to comment.