Skip to content

v0.15.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 11 Mar 21:42
· 41 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 WEATHER_SHA256="b43d9dfe4b68b40696bc9d50ffa56765a080baf738506946264a9132e8d8016d"

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

$ echo "weather installed!"

# Run it!
$ weather -h
amd64 - darwin
# Export the sha256sum for verification.
$ export WEATHER_SHA256="6f2d519ce885a801840bffd70558b290f1d2a74bf67b91c7e1b501d2c2dfbdf7"

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

$ echo "weather installed!"

# Run it!
$ weather -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export WEATHER_SHA256="04055809e5687582412a340ab4e806c89057438bdfdde5b201c7e2ab5fdb2db5"

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

$ echo "weather installed!"

# Run it!
$ weather -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export WEATHER_SHA256="564f6dbe649041d6f4b3dbd911cddb762bf13539abf3a161fde94a34b36d2355"

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

$ echo "weather installed!"

# Run it!
$ weather -h

linux

386 - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="9f3c9e769f8227ae9139da756fabc4e46fe65bf890a468b391597df6a82ed46f"

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

$ echo "weather installed!"

# Run it!
$ weather -h
amd64 - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="4bb2647f7594ec0c990c8c78bec096a563443c227ba325c6023caff8954f7d1c"

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

$ echo "weather installed!"

# Run it!
$ weather -h
arm - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="353c66145f454b2d86506d9a75ac0b847b083f16435bb5631e1f89ed08302540"

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

$ echo "weather installed!"

# Run it!
$ weather -h
arm64 - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="ad916e5ee613758ee1ba073fdae9f315bad54e57a57410911ca37b09a124d8e6"

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

$ echo "weather installed!"

# Run it!
$ weather -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export WEATHER_SHA256="3894ded2af8ff45194392332335bf12a4ec9e48f6b92afb21714daa26678ebdf"

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

$ echo "weather installed!"

# Run it!
$ weather -h

windows

386 - windows
# Export the sha256sum for verification.
$ export WEATHER_SHA256="401a235793ad3c7f90b83c4cf15376752c803629189cb078fba19aebf25eaf16"

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

$ echo "weather installed!"

# Run it!
$ weather -h
amd64 - windows
# Export the sha256sum for verification.
$ export WEATHER_SHA256="92974c86079692ac3a4dfe82133b701534ebe7a56c55204c1c8c0bfe9ed4efd2"

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

$ echo "weather installed!"

# Run it!
$ weather -h