Skip to content

amiagent 0.3.2 — packaging fix

Choose a tag to compare

@thomas-luebker thomas-luebker released this 01 Aug 23:00
· 18 commits to master since this release

Packaging fix; the binary is unchanged apart from its version string.

0.3.1's archive was not portable. It carried a top-level drawer to scope the
install recipe's glob, but lhasa cannot extract that layout at all — it fails on
every member. Only one LHA implementation could read it.

0.3.2 goes back to a flat archive, which round-trips through both
implementations, and the recipe names amiagent and amiagent.020 explicitly
instead of globbing *. Exact filenames can't pick up leftovers from other
packages in amipkg's shared extract directory, which is what broke 0.3.0.

If you installed 0.3.0 or 0.3.1 through amipkg, run amipkg remove amiagent
then amipkg install amiagent. Manual unpacking was only affected in 0.3.1.