IntersectMBO / bech32

Haskell implementation of the Bech32 address format (BIP 0173).
Apache License 2.0
44 stars 13 forks source link

Releases does not contain binaries. #38

Closed TrevorBenson closed 3 years ago

TrevorBenson commented 3 years ago

README.md suggests

See releases for pre-compiled binary artifacts.

The page however only contains source code in the artifacts.

Please include the pre-compiled binary artifacts or update the README.md for accuracy.

rvl commented 3 years ago

Thanks @TrevorBenson.

The Linux static builds stopped working after GitHub Actions updated their ubuntu-latest image.

But don't worry, if you need pre-compiled binaries of bech32, they are bundled with cardano-wallet - for Linux, macOS, and Windows.

I'll update the README.md.