mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.68k stars 346 forks source link

https://micro.mamba.pm/api/micromamba/linux-64/latest downloads 2.0.0rc1 #3349

Closed pavelzw closed 1 month ago

pavelzw commented 1 month ago

xref https://github.com/mamba-org/micromamba-releases/issues/49

CC @JohanMabille @Klaim @AntoinePrv

Hind-M commented 1 month ago

Is that fixed now with https://github.com/mamba-org/micromamba-releases/pull/51 merged?

maxnoe commented 1 month ago

No:

❯ curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -C /tmp --strip-components=1 -xvj bin/micromamba &&  /tmp/micromamba --version
bin/micromamba
2.0.0
Hind-M commented 1 month ago

Seems to be okay now.