Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 19:08
· 15 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="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