Skip to content

v0.15.5

Compare
Choose a tag to compare
@jessfraz jessfraz released this 16 Jul 00:06
· 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 WEATHER_SHA256="dd151e539043952ea99dff9e67828cd25928d32c9c66a50d0a99bd9286ba1c41"

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

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

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

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

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

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

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

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

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

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

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