Skip to content

Commit

Permalink
Fix URL for OpenJDK 12.0.1
Browse files Browse the repository at this point in the history
Addresses #46
  • Loading branch information
sormuras committed Apr 17, 2019
1 parent 1376e8c commit fe56033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-jdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -o errexit

function initialize() {
readonly script_name="$(basename "${BASH_SOURCE[0]}")"
readonly script_version='2019-03-23'
readonly script_version='2019-04-17'

dry=false
silent=false
Expand Down Expand Up @@ -205,6 +205,7 @@ function determine_url() {
# See https://github.com/sormuras/bach/issues/42 for details
# 11-GPL) url="${DOWNLOAD}/GA/jdk11/9/GPL/openjdk-11.0.2_${os}_bin.tar.gz"; return;;
11-BCL) url="${ORACLE}/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_${os}_bin.tar.gz"; return;;
12-GPL) url="${DOWNLOAD}/GA/jdk12.0.1/69cfe15208a647278a19ef0990eea691/12/GPL/openjdk-12.0.1_${os}_bin.tar.gz"; return;;
esac

# EA or RC or GA build?
Expand Down

1 comment on commit fe56033

@karussell
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍 !

Please sign in to comment.