Skip to content

Commit

Permalink
Update 11, 17 and 20 to respin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdogan committed Jul 30, 2023
1 parent cb837c6 commit 337dfe5
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jdk10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK10
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk10.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK11
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk11.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK13
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk13.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK14
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk14.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK15
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk15.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK16
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk16.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK17
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk17.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK18
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk18.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK19
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk19.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK20
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk20.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK7
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk7.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK8
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk8.rb'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdk9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: JDK9
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk9.rb'
pull_request:
Expand Down
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 @@ -10,9 +10,9 @@
depends_on macos: '>= :mojave'
else
version '17.44.15,17.0.8'
sha256 'b939350c5901fd8027356d03ecd2614526a1f682a4cf030ab440aa50b3165ef5'
sha256 '35d5bf045579a08110b91a8e37cda859cda021b1ef7dc4ef8a97b79a14147d60'

url 'https://cdn.azul.com/zulu/bin/zulu17.44.15-ca-jdk17.0.8-macosx_aarch64.dmg',
url 'https://cdn.azul.com/zulu/bin/zulu17.44.15_1-ca-jdk17.0.8-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
2 changes: 1 addition & 1 deletion updater/src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ default Package getPackageDetails(int version, String architecture) throws IOExc
on:
push:
branches:
- '**'
- master
paths:
- 'Casks/zulu-jdk{VERSION}.rb'
pull_request:
Expand Down

0 comments on commit 337dfe5

Please sign in to comment.