Skip to content

v0.4.5

Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 14:58
· 12 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 UPMAIL_SHA256="fcbbd2aa360a873ec6663ef8512a9c53b259980b80cc09b8ea0b89ca78768f7a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-darwin-386" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="77b7140664e88986601b78f6b326a3734f333a061b304c90450a90e9071b6977"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-darwin-amd64" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="3ccb446592d67b8e98ad03f6657580e4c392f6f02c2ac82fcba5969627d4271a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-freebsd-386" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="c5370c5af4aaabf6f3bd956816aa09e195bc24b34be143ffa9b8ea135c68fe20"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-freebsd-amd64" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="61d9736c3e1e17286a56abf484a97133451441d0c73388b8d63784596c533277"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-linux-386" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h
amd64 - linux
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="9b8861b7908faa0319937eec42aac371d39862fa698f9bb4c64c84d0ae1f6804"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-linux-amd64" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h
arm - linux
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="a97aae08d0a26f7ec85bc3347084c139a3892cadfee3d302a565c95ae32701e4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-linux-arm" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h
arm64 - linux
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="b2c9b8ce1fb27d39c5263fc2157d198831cf30f1c20dd2457e976e47fafd5716"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-linux-arm64" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="fc33a00f1ddd19423f2f4b101f822e55c619b7388a64b3dde3204adf12ad8ea5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-solaris-amd64" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="6faa43bbca4d1fc81ae418e2d517e99ea0da7744f0192464daa6009d2906d2f7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-windows-386" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h
amd64 - windows
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="be3422710de67d6725702499363fc05875dc49cdfe3b93c29646d1e18cdd3e90"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.5/upmail-windows-amd64" -o "/usr/local/bin/upmail" \
	&& echo "${UPMAIL_SHA256}  /usr/local/bin/upmail" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/upmail"

$ echo "upmail installed!"

# Run it!
$ upmail -h