PackageTrack

Go modules · #1744

github.com/genuinetools/weather

v0.15.7genuinetools/weather

Release timeline

10 releases since 2018
20182020202220242026

Releases

  1. v0.15.8-0.20200917200105-9ee5d981f2dc17 Sept 2020pre-release

    Nothing published for this version

  2. v0.15.720 Nov 2019
    Release notes

    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="e25d2275837a54d3fc83600af4e0a34f4036e24bb8c415d92d384d66b1202e5a"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="87c4108f17e7f13eee51c589c3a1936998b80148e8bd66e84d34571500f7c862"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="2e1686def709ae5327dfd4c59af47891361cc0d9b104cb6df31c238a425f0c43"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="88774fb869d5adf8938bcdf54f5184de74421ecf51b37e2a2a63ea9abd7b8858"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="10c7ed9a38a506cd7a8916368f102f88a47b621682c94bcfc94b24fb2d549211"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="313d13c2ac932f607ec929b3fad93e4b8f59778ce88395c53f4cddeb3449975c"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="e1e9423b46c646324867f75a99ecd5a00f437452e3ca45f9670e10b8936c5e65"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="1dcfc9cb9771de52c68f7300c80fb293434e74078553c0958ad4c8d396fb2ac1"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="167a67c3170bcb1c287f384da86d4e68b3e6fd81a0f0d7d7428a709708490aa6"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="d12ac3242b64f45a52e6092e99e9f949dca4ab8feabca3b18837099587d17481"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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="644d996ea563b95bdd9b152672deb493eefc21ec4055bec9bed3cccd7c9fb0ea"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.7/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
    Open source →
  3. v0.15.625 Sept 2018
    Release notes

    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="0a313287d6d9b675d73a44f293beffa5614792e1e928d2165d18a5d7759f2c20"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="9df57c047b254c6f596328c691356f9cf7d2924b0d294e0ee9c63efcfd4bcb01"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="876897818af228335c70ec02884f1f29bbd9e1a464c8f56d59d74782634315a0"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="b5ba9d85d95a91821f7f34f99ab21490bc17c7db9b345dd8afe4417a92397934"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="bde27da43167ec50ad9d579db57049119d11f01173728ae54dac6e4d6701d10c"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="9bfd4cd2358654770b6eca927e6875647dd66fd1178aee064a0fdad3c52fd910"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="d8e02632ad7c180ebc5601f9f786369d08ed7aca4d03432109eeb1b410d4ac9b"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="2fdc73ce3a7f7feb626993638a79e6deee070d84bb1f3478da1f3655a626e646"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="2c3888662369aa1c184d3c6ef85b66e5036f75d53750afb7652964a0c2f5c348"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="ef8b471ad8c72a826454b98a5a0296f1fbb27907acb58afb5b398917458e31cf"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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="2a40214967477ed2d81d3343feec35f9a43e23c1c0af2ec3f9697ebe2ead910b"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.6/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
    Open source →
  4. v0.15.516 Jul 2018
    Release notes

    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
    Open source →
  5. v0.15.414 Jul 2018
    Release notes

    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="1aafb640cdc78cff39cf0c66ee1d706a5041eb73ff0fb072417fff461f5ba873"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="d4911d9205f8f2e51addd07af22ad269e844a837184fa411e2034269f7cbc681"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="51a421e48692d2acca0293709bc95b04ae01af20888ff661645beaf68756a961"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="89cc0d2f2fd5c7f3af2758210f888e8e8153e17e4c02afe6348d99351b64b7b4"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="9a03db11e9c91b8f7c467fc177d3c7d4b2681ad8fe0f7616cafa1636037c6b6e"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="51fea17cf3af1d8ec26d9d8bef03e6bb955865d9d3f3521e1482f23a973024f8"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="daf2d39c8ca5aca1d792c5622b47d5f4124df975255e5408c563b4c7809cb12d"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="59c1b68aa4877448bf4c9e553ec8c4969349d260ba0119b5b84708802756a591"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="2e13c436bfcb694b1987fce295adaf50936b2b4a2688f7d5bcf7ffc7ef947e90"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="0e577d9bdcef1ac0c8c1f5ce15b5efc6c977d46ca14d1865937388f7bedd4c86"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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="6fdd22071276ec682e54b2fab23480f8ca104ae9100548d3db479dd2a545fa55"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.4/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
    Open source →
  6. v0.15.314 Jul 2018

    Nothing published for this version

  7. v0.15.28 Jul 2018
    Release notes

    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="798c6f684997aedf9b6d1d5b004c5a7a7d5188c96300efd096fe85089e97ed50"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="839b9c2d191ac7d11911d9d0d198f6ee6f5e95fd71cd15dd62034ce0d230f05f"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="d9a47e67123d2bb3716263082eb82afb8392e20b47b9fc74e8451c81c08d9136"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="820d3b3e922b1aeaba7cc8aeb9cced03587197fcdd4ce5857d684a7f89029e0d"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="a1a8ae78441c49ab63407fd569afcade682f4fc4ada7d407012457bd7e91b5d3"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="2cce2612453506b2f2788090ce61645e974e4f4d56d47ec2d6a7c06ef7b2bf40"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="dd3c9e35cf11a867d3fcbb1895c10681ba8b60e0d72f2fdaf0b016cb3394b791"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="6a03e72becc7593fd8d6cb968adf579d7f29a2f0eacabd796439e99a20d3be47"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="0f7780d64d5436c75730507c6e3627a355cae489e70e12bff3e2bfd5bce74db7"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="6106fc5cd34608e7914e0c908dbadd0008ffa065addf563e4376bc98e3c975b8"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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="95433026a1989a36ce20db02ccbf93687a767977bfafc58d94346a987def978f"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/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
    Open source →
  8. v0.15.18 Jul 2018

    Nothing published for this version

  9. v0.15.011 Mar 2018
    Release notes

    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
    Open source →
  10. v0.14.011 Mar 2018
    Release notes

    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="8c73215b707fab5d326080a2bc148c7c0fe4c7d6727d04c21b10c8466c5e55ec"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="85bbefb95913c8f04ab929ebb6f1fb7aacc14d2611d3e36fcaaf1a2361fdaf48"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="5b221088c67c09b93dc903b5f48e0ff5cdad89516aa74e956b7b2b77a23dfe91"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="3bee97ef4b054be5ae580aadeb77ed133d42b0e5567413e3dfca23191c6810b7"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="5c706ed2e1dfdc3a4987a3a5f5baa68d5bc1c767533bb914af74f63e2e2a6c33"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="549cc81ea8e29d5a28d1973976ecce0b07c8780079496e44f3b05bfb225b4290"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="c65444607b7beb90a8e1b41783cd755a6fd7774e110dc402bfcffff96bc221be"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="c7a0ce92ff4133229755da5b0a89d0a7e30467b1fe804f820b7bf31338493d0d"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="0aba6c3d623c38b7d9e58701101fdbd4b854fd2435635c3caeef230ffe4a70ea"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="6b37544455b50f040880df347a9e748e15a9f4920da64350cfab45a0700d7b90"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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="eec0648e64b27526cffb055bbad7d63287bfa68b38c60000fccc7987044b5fe8"
    
    # Download and check the sha256sum.
    $ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.14.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
    Open source →