bitflip
bitflip copied to clipboard
Homebrew formula fails to install
Installing the Homebrew formula results in an error about the URL being invalid. The URLs in bitflip.rb have a space in them (e.g. https://github.com/aybabtme/bitflip/releases/download/v0.2.2/bitflip_ 0.2.2_Darwin_x86_64.tar.gz), as does checksums.txt in the GitHub release, whereas the actual file names in the GitHub release have a dot instead (e.g. bitflip_.0.2.2_Darwin_arm64.tar.gz). This is the case for v0.2.1 and v0.2.2, but not earlier versions (which have neither a space nor a dot, as expected). Looks like GoReleaser's messing the packaging up a bit.