asdf-elm
asdf-elm copied to clipboard
Elm 0.19.1 only 64 bit
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
.
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.