Skip to content

Releases: jessfraz/pony

v0.2.4

25 Sep 19:08
Compare
Choose a tag to compare

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="82498e6c244cc709697b6100dfc57c435a7266527ce535b42428692cc7797587"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="2da8c1ec29d4387db0f76cdf92587ad2c6b4a6ec6e6db6eaa9b120eebfe3ebe1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="2a6e197d930bb4f00214dda1bc4e291ff3147cde98942cc697e447675364ba6f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="26d538bc94f408957c7a5c8423219c8d5e5113bb292e0fc83eff758c40d38363"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="713269c9e4761e69f44f3ef24b1e6c678bc8b77680b501fb7c1abcff425f9c94"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="8918dd7eff14b541ff2a083ce9566d56872f2985894722e79de6a9fac1e4c945"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="e1ee730e384cb4045b90f0115c7ca30a1c99772368e2071fbd1350bb676e67a6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="0034b265b9c0358861b517e0dd5578c490fee1b74cb1135ec5e287c1b68885dc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="1310197686058f7ca7d8a9cad69f1b03dc0cc70d5c34e371da9cf2324a46dd0b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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="16593fdb0baee75df2c9997b52f0e4c8026da16f74186979e0fa18086cc7741e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.4/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

v0.2.3

19 Jul 18:07
Compare
Choose a tag to compare

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="2a97a0a6fb5e86a4e20597e7dd5c5dfc2dc18bff27da5e48ce9056c8b92e175e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="09518e5c8288845ae80a389bcec4f755b5792505b0de9cebb960a2737ce5b20b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="4e654c8a1cc69ed9fef4ac3a48bcf283e9a3f520aa7a49e90937d338fe348a33"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="d73c4b0b2fc012268edc438a2130a36bff93673610118828072bf880189dea17"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="f51f54529c07cbb303fbca4bcbe788b792931b3bafb1e9bd97c52dad2cde23a7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="4428b64b95ea9811cefe1023378ef17dba1af61a1cf21ce10bac982985ddbb23"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="6206af3f1935e13134ef9d87777fb7cd01b95df53d13b754ce66eb7f1b1732c7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="0e656e520f1879bcf9a323f04f256e09d2ee4dae8cdad1a072bc8b2cfe33585b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="f9af4b25bd407d1cb0717cae81df349d66c1a159b42cdb0237f0542b067a4674"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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="e9cd232c43c6d7f97a0b574ff2e105f05329d292a501037db56d8fcf119e0b2b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.3/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

v0.2.2

19 Jul 18:08
Compare
Choose a tag to compare

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="d3128ae40fbc46325c1edc06cce0fc05b15a4ebff0246b3b25b7552baf2adeec"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="7b0d2b7ab502e995bd6e64766b68ff133646d72dfe0009028717e178f9067cbb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="e3a4f168a5168751fc8d9c58f891eb7bb0747dd9e234221cbeb7c20b4fdf4e77"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="e17c4aa12b50558a91e2fe44d2c66287c4aa99851e62a4edb68ee1fcbfc06990"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="94fe6ab70a7117367e174fdd361c7e629347b3e5aa87f7688ecf9cc163f711c9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="e2f04637dff2e04296e7860ed4c6c0033bf87036837122ad84f034d377cf3f0e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="b84fb0028a8fff121deea360a49b8a6b52c636730f33dac418ba8047ead2705c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="ec9e23a4987c011a588ba3651c37ef777bf6441bbc2b887d488d5b895688ed73"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="8e8f5197afa869afcd3bfb38aa6207f2546172e4271be0e4fbc511893df7db39"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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="223633d69139066a8aad8bf46fbddb84dde7f32404770cd089a36bf7efb4b12a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.2/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

v0.2.1

14 Jul 17:11
Compare
Choose a tag to compare

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

v0.2.0

02 Jan 09:23
Compare
Choose a tag to compare

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="4a8a9591e56f8462f867b36992b23f3228b8a0305a8bd7b9cbe0c372b5ce4c54"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="dd9b95f3db1fcf77441066ad8b0f9eb5565058c0a1c0311a36c22627937b3c4c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="40bb889b1c7a2972becc2c1d87e8610552e4ce6652a1b9ac33d6848a817a54a5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="318c18e796791945d0c784409b3bc6e034516fd19eb481fefbee9d5b969a5e78"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="720a69bd4a9c29d2341dafc82261dc7b3547ed8fe3e88fd19988e0a6d8f3f4a3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="e801ba2cf0964c4de329ca6f63fb1e921d86c913f5467df241804e4ea4f13b7a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="2134eb8aec639f40ceb882b6cc4c1157d7ed52d3975f38df6d0ce16097f96fc7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="16a4f764f52c354bf92c1d606b4d0b1c8503825f4a63af57a3573862e8b7eb93"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="3ad90b2d5489c45c6d5807e3f314228c17c838354ab332c3a087c6f131d45f27"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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="78d45314f3b21f9ee94506959d619bd15e97e4773c78acddba6edc91bffc9e95"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pony/releases/download/v0.2.0/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