Elixir 1.3 not on Homebrew?

Hi all, I’m trying to install Elixir 1.3 via homebrew, but it says that 1.2.6 is the latest version they have.

I tried Homebrew/versions, but they don’t have the latest.

Thanks!

Ah. Fixed it myself.

Apparently there was an update bug with brew itself

Update Bug

If Homebrew was updated on Aug 10-11th 2016 and brew update always says Already up-to-date. you need to run:

cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update

And then running

brew upgrade elixir

got it to 1.3

2 Likes