You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled upon an issue with .xz archives. I tried to install multiping from https://github.com/babs/multiping ending up in this error:
➜ stew browse babs/multiping
babs/multiping
* Choose a release tag: v1.3.0
* Download and install an asset multiping-darwin-arm64.xz
⬇️ Downloading asset: 100% |██████████████████████████████████████████████████████████████████████████████| (4.1/4.1 MB, 73 MB/s)
✅ Downloaded multiping-darwin-arm64.xz to /Users/untcha/.local/share/stew/pkg
format specified by source filename is not an archive format: /Users/untcha/.local/share/stew/pkg/multiping-darwin-arm64.xz (*archiver.Xz)
The text was updated successfully, but these errors were encountered:
Thanks for reporting! This seems to be an issue with the underlying archiver library that is used to unarchive xz files. The version I'm using is mholt/archiver v3, but v3 is no longer maintained. The author did create a new package https://github.com/mholt/archives but it has a pretty big breaking change to the API so I want to wait until it's 1.0 before attempting to see if migrating over to it will fix this issue. I'm going to leave this issue open for now.
Hi!
I stumbled upon an issue with
.xz
archives. I tried to installmultiping
from https://github.com/babs/multiping ending up in this error:The text was updated successfully, but these errors were encountered: