Homebrew / install

đź“Ą Homebrew (un)installer
https://brew.sh
BSD 2-Clause "Simplified" License
2.15k stars 1.02k forks source link

install: use stable tag. #839

Closed MikeMcQuaid closed 6 months ago

MikeMcQuaid commented 6 months ago

Currently we always install onto the latest master. Instead, let's correctly use the latest tag.

See also https://github.com/Homebrew/brew/pull/16891

vitorgalvao commented 6 months ago

Should the “untar anywhere” instructions be updated as well, for parity? Though I can see the argument that the extra complication that could add to the command isn’t worth it in support terms.

MikeMcQuaid commented 6 months ago

Though I can see the argument that the extra complication that could add to the command isn’t worth it in support terms.

Yeh, that's my thinking really. It'll get fixed the first time you run brew update anyway.

Bo98 commented 6 months ago

Also fixes https://github.com/Homebrew/install/issues/829 I think?

Bo98 commented 6 months ago

update.sh technically does refs/tags/${LATEST_GIT_TAG} to avoid any name clash, though not sure if that matters much.

MikeMcQuaid commented 6 months ago

update.sh technically does refs/tags/${LATEST_GIT_TAG} to avoid any name clash, though not sure if that matters much.

@Bo98 yeh, can't see it mattering here but can update if it does!

Thanks all!