marwanhawari / stew

🥘 An independent package manager for compiled binaries.
MIT License
193 stars 14 forks source link

When searching for versions, try with and without a "v" prepended. #51

Open gdevenyi opened 1 month ago

gdevenyi commented 1 month ago

Here I tried to install micro-editor:

$ stew install zyedidia/micro@2.0.14
zyedidia/micro
! Could not find a release with the tag 2.0.14 - please select a release:  [Use arrows to move, type to filter]
> nightly
  v2.0.14
  v2.0.14-rc1
  v2.0.13
  v2.0.12
  v2.0.11
  v2.0.10

Of course, 2.0.14 is right there, but they tagged it with a v and I didn't use that.