Upmail Versions Save

Email notification hook for https://github.com/sourcegraph/checkup.

v0.4.6

4 years ago

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="d162a0f593265f51272701bbed6d5a1a74aa242dd1c48f66677c4373051e3a1f"

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

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

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

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

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

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

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

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

windows

386 - windows
# Export the sha256sum for verification.
$ export UPMAIL_SHA256="10a3131814e38fb746a7550e2d8cd3e2e1208b0407e88216c75295a0936c053b"

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

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

v0.4.5

5 years ago

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

v0.4.4

5 years ago

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="ab8c2f6360204fe4faa488ee3ba9cef736dfb8889a6eb56287de03a267b4564a"

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

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

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

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

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

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

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

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

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

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

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

v0.4.3

5 years ago

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="a276f730e9018a738fdf04ce685349801d8fc5c46f55a2de102c8b29e31e6c76"

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

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

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

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

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

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

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

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

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

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

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

v0.4.2

5 years ago

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

v0.4.1

5 years ago

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="c9d8099de2abcc615115c5594d1f97207a99bef0a5cc7658bba6d02fbd6627b0"

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

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

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

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

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

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

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

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

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

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

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

v0.4.0

6 years ago

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="3e1ce046990e2777be64a77551703a6037dfad91dd51c4ac34f5142cc13fb3fc"

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

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

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

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

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

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

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

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

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

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

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

v0.3.0

6 years ago

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="2b9a0c3aec29b862b9860c1db4bdebe08006468e65685e79281f052de1e9c595"

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

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

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

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

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

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

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

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

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

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

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

v0.2.0

6 years ago

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="4aa1ac36d6edfd6b732a6b4fe7a4b5f932d6802bb49a3cd3433cf409709447d4"

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

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

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

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

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

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

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

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

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

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

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