Skip to content

v0.12.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 02 Jan 14:29
· 54 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="9caefbe808dcaf5b269a76575038131b5465d55969e449d21c352bbac8752dfa"

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

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

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

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

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

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

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

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

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

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

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