Skip to content

JDK18 Url out of date #859

@gustavo-sanchez-oxb

Description

@gustavo-sanchez-oxb

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"
    ;;

Metadata

Metadata

Assignees

No one assigned

    Labels

    application-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.good first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions