Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK18 Url out of date #859

Closed
gustavo-sanchez-oxb opened this issue Jan 23, 2023 · 1 comment
Closed

JDK18 Url out of date #859

gustavo-sanchez-oxb opened this issue Jan 23, 2023 · 1 comment
Labels
application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@gustavo-sanchez-oxb
Copy link

JDK18 URL's are out of date

New urls should read

jdk18)
    name="Java SE Development Kit 18"
    type="pkgInDmg"
    versionKey="CFBundleShortVersionString"
    if [[ $(arch) == "arm64" ]]; then
        downloadURL="https://download.oracle.com/java/18/archive/jdk-18.0.2.1_macos-aarch64_bin.dmg"
    elif [[ $(arch) == "i386" ]]; then
        downloadURL="https://download.oracle.com/java/18/archive/jdk-18.0.2.1_macos-x64_bin.dmg"
    fi
    appCustomVersion(){ java --version | grep java | awk '{print $2}' }
    appNewVersion=$(curl -sf "https://www.oracle.com/java/technologies/downloads/#jdk18-mac" | grep -m 1 "Java SE Development Kit" | sed "s|.*Kit \(.*\) downloads.*|\\1|")
    expectedTeamID="VB5E2TV963"
    ;;
@scriptingosx scriptingosx added application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. help wanted Extra attention is needed good first issue Good for newcomers labels Jan 25, 2023
@scriptingosx scriptingosx added this to the v10.3 milestone Jan 25, 2023
@macmangr
Copy link
Contributor

New Label in PR #874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants