Skip to content

Releases: jessfraz/tripitcalb0t

v0.1.5

Choose a tag to compare

@jessfraz jessfraz released this 25 Sep 19:09

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 TRIPITCALB0T_SHA256="f7d7bca3f1825b7765bac96eb64b3ff355f1876edffe3cca588bc06e9f4ec214"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="9e86c8f2e565428dac20a69f9455a886e81a1cc077ec6b79ecef7edaad7c2302"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="2de9b99e452ac95af72ec884c915afba1b2daa67934b010ee616a44c81abc939"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="d3a4c6fa6a84f9fbe06312da8252d0b25931d289b4363c16b2eb11643eae8661"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="b576b6cf25f7865de18f524c2bb7e680f4c4684e21b8eb47403cc5e9bd40c24b"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="d81930cfeac960be4070fb0b3a905b60a1ad08639d65b7f3aa1d7dbb56d5f5e3"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="0bde599bb307b24545c21bf01fef94bf296505d92ee66b61111d470f077b573e"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="01a98d2892f980d819e20812b0fafb412f080cdb0d501520b8f84586f238360e"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="a28b1237073261865380270bd6a158df0d372063271e9e40aa050df40a9f83b6"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="bed60fdc20da866d3e75d266035fc5a85a9f296d6acc2fa167bc18fd9b1a90de"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="75290269239832a593367417a88d43baf36dfce286c06ba3fb6915dc610b76c4"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

v0.1.4

Choose a tag to compare

@jessfraz jessfraz released this 16 Jul 22:46

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 TRIPITCALB0T_SHA256="50345c2e33b234b973d2a92e44378b44e58024f534df690dc8905372c18d1854"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="3dee2a7f8283796f51cb2873c5972fb8934c4f5f6b78512d10cb3247ac9f449a"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="f9dddd94020e5a48d511c6c7d7f8b77e4b26d8d5c186faec36563129a5cdf2eb"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="cba25759ef609212add0449e792f39382ced5db84e282c0eb2ea9586142e4fc7"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="89151caa3c44e7d40151152e02cc550884be5596404c20b7ba1a2b2fe3af7599"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="d56c90a903e1458ff75bce18dfd0fce9dfa8fdcde5dc991434649c6e0dc29b5f"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="71403fb5ec713594df7a0409ea9d998c1dedc38a18fc1c02cd61c0cc3fabdf11"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="6d713d13fa72f1fc2ffefdaa5586e4ecbb187e7ad21823506815476caff42b9c"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="c59f87e67fec5be91f0a3b74a8ea8e7a1c0e6f8f4cc0d8747e684891b02d3b55"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="444e6f4a9c3b807067b4f5f9969a33c942b9311fae9e42f68ffaccc6076a4503"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="b8e656220741f0bbdac80e354699620533899224688f1779cddbc60c11efe963"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

v0.1.3

Choose a tag to compare

@jessfraz jessfraz released this 14 Jul 18:00

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 TRIPITCALB0T_SHA256="68f57ee29f099e7736ecb3364b042936042206f41f4d668474544955a2a7908d"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="48c96e84d5635514373e9e004fa3ee58e4753dcebb37815a632afdcd17ae398a"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="85dbb13599eff6dcd81f903e6f6d485307ba7a0bf98e3d4fd80c9ea3541f3131"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="01504bbbb9871df32b82f4a680e97f4d01467ff2b8c896868c45ea2201501387"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="0d70151241148a37f227f9020e3779ad0adcdcfed052367e9cf67ef51586cdd8"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="866e4188ab6bd86e0e9bcf6489e1fff42e5c90353fd5aa8f164dae95d52d5c02"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="f88163d3b7a591d8f37c10c160ae94a3566e84b515ff7ad151a605787b6a9504"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="69794f331d3aac74538043a4bef6f82224f730f19d71f640b2ea0e5b738d0f57"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="c71909fcd1f482e83f8b11f49cdc12c2862cdaf55380668010f0f31e2f5ff1e2"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="7fd7f339c13c0b2984e0149c0ffe410c5d5370dd5adf119d7ab9c0d8af0ab069"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="c2870550948488c35308e93cbfdc4102973cabf27340641273d2562472fccdc0"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

v0.1.2

Choose a tag to compare

@jessfraz jessfraz released this 14 Jul 17:01

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 TRIPITCALB0T_SHA256="65d4ad67d603c58f8e7249fed1757ce82f94e84730c0eb13af4eb8b1d9c45245"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="c0402cc4bb9dedc70edb971862c4bd42c700650b4f001654c0fc01fa421d3cba"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="1984a7763ffa7d800f3bc1eb365f3fc0be2717ba34ec2d700c70d230f634e49b"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="cce59fb5713fec1a0fd2364895beb9f3d823f6edc8167fb0f57a6ee8a1072a27"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="a6527c081b3f14444fdc838023f372232ded4be0c977987bae45660bb078c20e"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="c89130805216c08407733e911a6f0c613a58c16738f20872aa62311c01abd2a8"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="56aaeadd5f7b52e9efa61a62d84bbbe519f7e594e883336f5660cf29c3f4a26f"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="ba623cc09966b7d16cb4a1768137cde57aca612851c5a4412384551a2ec8fabb"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="bf0152e5006364dcba0129483ed91551e094a613150f2e5e1d18db323ed66ba4"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="c55933523fd3aeed6bd8394c39fb22f81b6730dfdf5e1d531cd91b991db44a15"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="c423a0c55647394059c1d24d96d3b6774c18fe4ea676b5546e1b6342c45e5369"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

v0.1.1

Choose a tag to compare

@jessfraz jessfraz released this 11 May 14:52

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 TRIPITCALB0T_SHA256="94764b8251096ef22ff88f64c846c9aff1e07ae0b0713ef1591c75bf51a0fa8a"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="f1d56350aa42b631814b4e8aab9c050dce8ef1019e0cfcd65d2b4ef13e372e28"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="44c47b1a5fd6f8ecb78968454406fd3dd235347554a37654d42112ea86250e6a"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="6f58dfde66a57697b85ea0a9cfaee75cc31956e271078fc3b94806d659d8dfb5"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="cc411843282f402747b2bcb3f61414f8ecf585e4bb9637b72f9b883b1818e2bc"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="9e040e39e3c2112807a7d27fcea25d0bb9a9ee6ef6fa31725bb446994829ad1c"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="22252df2606148b720d2e797688be32fa1d9382375dd7731261dcfb6536b9eee"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="ae8478c4709ca89bdceff01c5bfcc64e1c769c63647d42e02fa10abce7e9e950"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="47fe360381c09010c3546ad639bf95c86cbd4ecca395bb0851f6f7054f4e2704"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="34081a26f865a5f5f8b29fc4ddb86fe00e4d84ba0b3e4d6fef096f484ca68404"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="1457ee49d1a98e27011fd6da1c3a3ca79ae9d866f2356cddf05b46397059ea5f"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

v0.1.0

Choose a tag to compare

@jessfraz jessfraz released this 17 Apr 07:35

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 TRIPITCALB0T_SHA256="7d5a9b969f5be7236f7d9c30672e6d7fba19495e90d2fa8197f29e51e087a3eb"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="72569ee4835dfc58a801474e3bde7dd7298a1661ea1eafe9a9f5833dbcfddf93"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="87f0807488a915c0d9ad6ad77d2fbe1d6327ad34396f6049748d85b2fed877d5"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="9ad97384c8327edb05993d1182ab570fe8f98070f466e83f7c07fd3b011bf4dd"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="fbb870c746c40451ee4c66fc2a4b005cb1204541f1fb9e2f248ba3a6f71f16af"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="2aba1ad51c8a4a04a04d56d696e4577e56c6fecb0b38721709e43b2dbef97102"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="97ce155906519696ab508bfdf73651dd2dc5957d2ed3f3bf71707d1c7e5c967c"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="23c3014d4748ac1588d92f3b5c909085def7696ffd861d90f21775d6c4edbe12"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="7476a17e236baa635ff3b1dc68e6ea0106dd7815324db91e15314670a098db46"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="33e7f506071eab47e8eaa3cb13d43ec3983b8b1d3b1391103b85f9d0aa11b90e"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export TRIPITCALB0T_SHA256="df5a23713b3116cce4d60264230d80c9adc18c170b7c444ef3fcd586c0ffff52"

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

$ echo "tripitcalb0t installed!"

# Run it!
$ tripitcalb0t -h