v0.2.1
Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.
darwin
386 - darwin
# Export the sha256sum for verification.
$ export PONY_SHA256="034b7716e4cf3039d8021b51d9c2308e61c988562b792f5b192aa84a05473411"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-darwin-386" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PONY_SHA256="76430e2da3a7c2b289fc0a61c092d8a0777ca2bdb7af170aae55068a214792f8"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-darwin-amd64" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
freebsd
386 - freebsd
# Export the sha256sum for verification.
$ export PONY_SHA256="5ba7010e1144db2428b2b318cad6e03f313aad716d8aac0d6da2edd88f5a2049"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-freebsd-386" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PONY_SHA256="e2c7e63ccc7122222acfba435235a33d293b241388c1f1e908304a3e5161d20b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-freebsd-amd64" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
linux
386 - linux
# Export the sha256sum for verification.
$ export PONY_SHA256="025cf18a2a1425aeceb62071ff1bcb74399dc8f17dc995dd1e4ce9370f89eb9c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-linux-386" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
amd64 - linux
# Export the sha256sum for verification.
$ export PONY_SHA256="350833a42952f99de4edc1734543f3526565b086bd5cfb9980311ddf0061c9c2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-linux-amd64" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
arm - linux
# Export the sha256sum for verification.
$ export PONY_SHA256="72af53e7172fe116181d13d44c76555419a05eecb13245e93523e0aed5173993"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-linux-arm" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
arm64 - linux
# Export the sha256sum for verification.
$ export PONY_SHA256="3f31a32e34e7daf254451d2b4534b16c805f097fdf6a7696c889cc8f538ab873"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-linux-arm64" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
windows
386 - windows
# Export the sha256sum for verification.
$ export PONY_SHA256="1bc245d35ae24f5e2c61134ad22ab0072246b7647cf8074cfee66c25ca9ce095"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-windows-386" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h
amd64 - windows
# Export the sha256sum for verification.
$ export PONY_SHA256="83e96518d20e1c021b36ad211485805a7e1078e901d1e57c78d74bad51280385"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.1/pony-windows-amd64" -o "/usr/local/bin/pony" \
&& echo "${PONY_SHA256} /usr/local/bin/pony" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/pony"
$ echo "pony installed!"
# Run it!
$ pony -h