Skip to content

v0.2.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 02 Jan 09:23
· 35 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="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