Closed danielmichaels closed 5 months ago
Your version: 0.11.6 Current version:0.11.16
Atuin was fixed in 0.11.15 by https://github.com/alexellis/arkade/commit/e4283fd0fd086a1fca574d0136ecdb26e6589869
Please update your version of arkade and retry.
My mistake! I saw 0.11.6 and thought it was 0.11.16, closing.
Incidentally, I did run arkade get arkade
whilst doing this issue but did not notice that it failed to download the latest version (probably how I have my machine configured). Instead, today I ran arkade update
and it succeeded. Noted for future that is how I should update the binary.
Confirmed working on 0.11.16
Apologies for wasting your time
Thanks for the update.
I'll have a look at what you mention around the difference in behaviour between update
and get
. I wonder whether that is something also tied back to 0.11.6.
/lock
Expected Behaviour
arkade get atuin
should successfully download the binary.Current Behaviour
The response is now a 404
Possible Solution
The author has changed the path for releases.
arkade
is using:https://github.com/atuinsh/atuin/releases/download/v18.3.0/atuin-v18.3.0-x86_64-unknown-linux-gnu.tar.gz
But the new path is:
https://github.com/atuinsh/atuin/releases/download/v18.3.0/atuin-x86_64-unknown-linux-gnu.tar.gz
It appears they've removed the version from the tar file names. This change looks like it starts from
v18.3.0
upwards.Releases pages for reference:
Steps to Reproduce (for bugs)
arkade get atuin
(404)arkade get atuin --version=v18.2.0
(200 success)Context
This issue prevents the installation of versions of atuin after
v18.2.0
.Your Environment
Ubuntu 22.04
Additional comments
I am raising this for awareness but also happy to make a PR for it as well.