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

install on Mac not downloading correct package #21

Closed
aneal opened this issue May 16, 2024 · 3 comments
Closed

install on Mac not downloading correct package #21

aneal opened this issue May 16, 2024 · 3 comments
Labels
good first issue Good for newcomers

Comments

@aneal
Copy link

aneal commented May 16, 2024

As of release v0.10.0 the packages have an ARCH in the name and downloading nvim-macos.tar.gz is no longer valid:

>asdf install neovim latest
==> curl -Lo /var/folders/h6/st58r9s51937smhhcp51p54m0000gp/T//neovim-0.10.0.tar.gz -C - https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-macos.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100     9  100     9    0     0     75      0 --:--:-- --:--:-- --:--:--    75
tar: Error opening archive: Unrecognized archive format

Asset list from the v0.10.0 release page:

https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz.sha256sum
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-macos-arm64.tar.gz
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-macos-arm64.tar.gz.sha256sum
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-macos-x86_64.tar.gz
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-macos-x86_64.tar.gz.sha256sum
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.msi
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.msi.sha256sum
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.zip
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.zip.sha256sum
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage.sha256sum
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage.zsync
https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage.zsync.sha256sum
https://github.com/neovim/neovim/archive/refs/tags/v0.10.0.zip
https://github.com/neovim/neovim/archive/refs/tags/v0.10.0.tar.gz
@richin13
Copy link
Owner

This should be fixed by changes introduced in #22 by @rm-kierancoker , please update the plugin and try again 👍🏼

@aneal
Copy link
Author

aneal commented May 17, 2024

This should be fixed by changes introduced in #22 by @rm-kierancoker , please update the plugin and try again 👍🏼

I was able to install and update the plugin from the github repo directly and install neovim v0.10.0 successfully.

@ansidev
Copy link

ansidev commented May 21, 2024

I guess we can close this issue.

@richin13 richin13 pinned this issue Jun 3, 2024
@richin13 richin13 added the good first issue Good for newcomers label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants