Skip to content

v0.2.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 19 Jul 18:08
· 24 commits to master since this release

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