Skip to content

v0.4.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 14 Jul 18:16
· 21 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="d735f2d2c379a9e82c8d7981af822052f3ef8471afc152d17059bfea3cc85b6d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="0954d961b9acce4a73450e5dfe5d9681b65055f8de3f0629889f3ff210821070"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="d1c332f9cfcda91ea2fda2911ea8daadd4aded63a913f797898dbcda46070a5e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="f90470e34feaef4d8380c0d9927d4cc6d5fef222561a72a842722cc3fb8b111e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="8dd6743378fb1a0da251eea55d8b22d6a7b6779d5e2c84bf0cc30fdb23aaef46"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="36d7b1830f57bb6d2911a36fba64dcc6805a96c942e6e8f28c16c84d76bc243a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="5fcc1b4bb86b57fba654b17cc5939bbb83cbdfb42a790da74eb25c3ef7f29434"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="4412b4bcfeb0054fb6b022a7e38e415e4118bee0f6cd9b11d7aa79aaaf6a8c68"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="b8bd4dfc4599c47308203e5491ac7d988478cfb6566702179bfd3eda442eeba4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="26a48fd13bbf269e2c516eb43d27cff77f023873ccbef497cc415a23ac463189"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/upmail/releases/download/v0.4.2/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="89d6fa16d5706fc7395779cc7fa9fe22e29ee0af0632f42527592f924a7c9f8a"

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