In this release of Terrier, we have addressed the following:
- Fixed a handful of bugs
- Migrated off from gox for building binaries
- The Makefile uses Go's built in features to build cross-platform binaries
- Minor documentation updates
Additionally we have released a 32bit version for the Darwin binary.
terrier-linux-amd64
SHA256 d1e24779fa2aa2111cec044d6594da612e97a97fccd3b22bcdd421e00640a8f4
curl -fSL "https://github.com/heroku/terrier/releases/download/0.0.2/terrier-linux-amd64" -o "terrier-linux-amd64" \
&& chmod +x terrier-linux-amd64
terrier-linux-386
SHA256 90fde3fe6e104cc9be75653bf1c1ea81c803f69cdb8c93c000aa25f251878412
curl -fSL "https://github.com/heroku/terrier/releases/download/0.0.2/terrier-linux-386" -o "terrier-linux-386" \
&& chmod +x terrier-linux-386
terrier-darwin-amd64
SHA256 01735d65e3b45787fadcd9a1f49e137680f9f4eb7186a1e703f5df360ce49a43
curl -fSL "https://github.com/heroku/terrier/releases/download/0.0.2/terrier-darwin-amd64" -o "terrier-darwin-amd64" \
&& chmod +x terrier-darwin-amd64
terrier-darwin-386
SHA256 46fd0d72ca250983a3b781192db361aca8f6f04e5f995bbb05af0a515d60bb96
curl -fSL "https://github.com/heroku/terrier/releases/download/0.0.2/terrier-darwin-386" -o "terrier-darwin-386" \
&& chmod +x terrier-darwin-386