asdf-elm icon indicating copy to clipboard operation
asdf-elm copied to clipboard

Elm 0.19.1 only 64 bit

Open brianvanburken opened this issue 5 years ago • 1 comments

The currently newest release of elm, version 0.19.1, only comes with 64-bit compared to the 0.19.0 release. This plugin only checks for binaries-for-mac.tar.gz and thus the installation of the latest release fails.

The possible fix could be to check for binaries-for-mac-64-bit.tar.gz with a fallback to binaries-for-mactar.gz.

brianvanburken avatar Oct 21 '19 12:10 brianvanburken

I think the fix is a typo:

https://github.com/elm/compiler/releases/download/0.19.1/binary-for-mac-64-bit.gz

Is the actual one ("binary" not "binaries").

I'll open a PR.

7hoenix avatar Oct 22 '19 00:10 7hoenix