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

Homebrew - Location of Temurin LTS Packages Changed #2817

Open
jgajnak opened this issue Apr 29, 2024 · 3 comments
Open

Homebrew - Location of Temurin LTS Packages Changed #2817

jgajnak opened this issue Apr 29, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jgajnak
Copy link

jgajnak commented Apr 29, 2024

It seems the Homebrew maintainers have moved the location of the Temurin LTS packages, per these changes:

Unfortunately, this no longer matches the instructions found here: https://adoptium.net/installation/

It looks like you now should install LTS versions like so:

$ brew install temurin@8
$ brew install temurin@11
$ brew install temurin@17
$ brew install temurin@21

I also had all the Temurin casks reported as "deleted" when I last updated:

$ brew update
==> Updating Homebrew...
Updated 3 taps (homebrew/cask-versions, homebrew/services and homebrew/cask).
==> New Casks
[ ... removed ... ]
==> Deleted Installed Casks
temurin11 ✘                                    temurin17 ✘                                    temurin21 ✘                                    temurin8 ✘
$

I am unsure if older installs will continue to receive updates, or if everyone who used the original instructions will have to uninstall and reinstall via the new commands.

@jgajnak jgajnak added the bug Something isn't working label Apr 29, 2024
@karianna
Copy link
Contributor

@gdams - That's a little unusual from the Brew folks, I'd have expected a redirect if anything. I can confirm the same things happens to me.

@RadekCap
Copy link
Contributor

It has to be some recent change or a bug. I've installed it as a clean installation with

brew install --cask temurin21

a few days ago.

And, you're right, now it has to be

brew install --cask temurin@21

@jgajnak
Copy link
Author

jgajnak commented Apr 30, 2024

Both temurin@19 and temurin@20 entries have also been added: Homebrew/homebrew-cask#172553

I would think you would only want 22 in there for now, until 23 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants