devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
367 stars 44 forks source link

procs 0.12.2 installation fails #197

Closed riccardopedrielli closed 2 years ago

riccardopedrielli commented 2 years ago

The installation of https://github.com/dalance/procs fails for version 0.12.2.

That is because they changed the name format of the zip archive. The os part is now linux instead on lnx.

Old: https://github.com/dalance/procs/releases/download/v0.12.1/procs-v0.12.1-x86_64-lnx.zip New: https://github.com/dalance/procs/releases/download/v0.12.2/procs-v0.12.2-x86_64-linux.zip

leucos commented 2 years ago

thanks a lot for spotting this @riccardopedrielli this is fixed (binenv update and you should be okay).