-
Notifications
You must be signed in to change notification settings - Fork 604
Closed
Labels
application-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
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"
;;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
application-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed