Skip to content

Releases: genuinetools/udict

v0.5.4

20 Nov 06:14
v0.5.4
f7801e5
Compare
Choose a tag to compare

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 UDICT_SHA256="2132af5f14be59175c9c362121fe1de81ee2423a4d8fa7bdb99da58ef0e99b23"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="07590cab10828ac1c73924788c95ff394a4b8712229e9d2dea64189c757fab06"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="f3e62ed36a31f9d075378dec312e63e62578fe02ac364db02104faf8f3e788c9"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="f900a4ce167e6f04a4955999fb8afd054ec64a85c5a9b329c82386195169345a"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="5372dfce435a7cfe187347846dea668cdc61fb8bcb78d8ea344c7d8268fffb41"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="0320ba1fe542cab5ce390df030f581e5901b7115b7ffaf5578f6f42914790ebe"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="5af548f3b7a365ac743d26fe9b805df7351a176642cdb0fc05c842cc6c4c031d"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="37e557351e35fa25948184e847fb3ee1e944ab96458bec35a64804f71acb9cf0"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="de0fd671c8bf4d63eec1d63fecbea2443f533ad901d099693066a577696b72d5"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="b0f39252d0eba9f30dbbdb5195405dfb22a2e4a35f09cca9d98c4071b529c72e"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="c850859fa51e3d8dea65db1ab62304845336f2757e894eca62ce195beb783bb8"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.5.3

25 Sep 16:14
Compare
Choose a tag to compare

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 UDICT_SHA256="6b141fdeb892cb8d9fafc43f691a0732b0c2c429e53a5953c14c7619005e6083"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="38f5bb3225338f5f807a5aae996b9a79388113756a8ec60c329845ffba22497a"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="3fc49db26ff560fdce6120e02f2f6b27cacca9d286f56e13317d9683dd8a9d6a"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="5a2b36d63dcd1e7971df51e0a7d8f86c70faeea91b600d9fef4974d95e4ba86f"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="bcfedc7ab96ee6b547857ec86aa7b642ee05846ac317551995b022cd79946a02"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="4085ce5cceefe5f791c4018bc961d422a9bcf7f6baa96d6600fb66e19bf8ad68"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="962923bc4f40ac5a46704bf4518645ed079d7d90e4b455eb90c8cb2a8dd4c506"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="c1df04592864621def5ee996661074190e1505422d4fe8752f4f7327dc342661"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="f764347c8fc4813de397e0ce662175f2fb8ba351a7fea7c170a25bed095968bc"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="1c741fe28290595fe598772cb444fda68a0e50117e86071722e14f869a72480e"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="b6513658c45dab1331cefd3da627a5101506f85e53b277a637eb32b472c0e957"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.5.2

16 Jul 21:25
Compare
Choose a tag to compare

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 UDICT_SHA256="60dda1abbb5aadf891560e12179d365eeabb349c9964b9f92bbbc10eb3eb8dd0"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="c0df59fced10c36161fa4499a768164de36f6c7656fdf1e9f5d5a7d9244a4c69"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="b45818fb2fbc5143eeec24e5e71ce10b29aa4fdd24adf0972ec6506dc03fbb6c"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="9fadb9649ab6ae95532cc1ca81ff719e947a4ca4b8be0fe70c1f9db0b5746a82"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="a891f29f17304477b42dcb6f7f826af1c5cc9784d60a77a80c36b3bd8d4ffc93"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="8fbe4262d77c8b665f7a27b97765c8954dab0062956417a571183e7c52e8d6d9"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="40d07fcb7155bf8c9e147b5bd6038790a3ba642198c05a47c900deb8d35ffb2d"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="bdb86be34b873a05747ad3527d509474935559c5bc9bf593f746cb8dd6bb43fb"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="08a1c3dca4ef9c8283a9ce87abbb047dc98ea8ef4e95e8cf9f550cadce600e20"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="b79ba7242cdf604992ff2b7ed6294702db304890c11c69287d196ba211e6882f"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="4c9834cdb57e00854fc4fe830b2b289180672b4040d421ce43f8c175ada2bce3"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.5.1

14 Jul 16:26
Compare
Choose a tag to compare

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 UDICT_SHA256="6db2f61351b9fd35063c303710cae3012fe999943062abcbc9b2b0242250e0d0"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="a223e979c32aaa619dc6884fa25eda0f534c4f1589fd0415b812ec0ccbae3664"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="15057fae1ea95b441560aa6bcf0c2c36d9baf3a63422e7837bc06e7b75f4618e"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="237267364f9cf98c17635b562127942c792679bef2e2408ce0db1efb6e3eae48"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="0c3a95be5159eb56b01c46b0457962f55888ab10aae34056cb4603eea0fdb4ef"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="813a35b1266468a6179ba87ba1b2d55d1c0d7718938eeb14589abf6bcb1093fc"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="76dfcd358028303aee33ecc10be1ef2b840491d0dbc0f1d2bc470df8630624a2"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="cb51a3682aa28fa820529852b5198ecc3c57e11ec1b2d11108693f8cda35af9d"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="88a86455d774924b5d9b679bf4a79df88fa203e9a078326a6237e60ec98a93d6"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="5f5528a698613cce382e1942c55587d6b5ffde9b86bfc9027311eb5e2c6a13ec"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="76467c09f9dd3059ade7bbc25d9ae327478ad618bbad9ac70aabf34d89f1b6df"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.5.0

11 Mar 15:28
Compare
Choose a tag to compare

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 UDICT_SHA256="651469da0e389e0d4259e70aa3abc20018721455d4865abe12670fc0bec36325"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="160efc80960485328280f29a8876e3f441f055b83e24c53726c065790c072bb7"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="0d7fc24dd0836a4a8da67c81d2dc42b79f641fa6c1a3cd3d3519f41205a3a369"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="b5ddb74790b4742cb283680404588a7184dfc5557c0248c3b12ae5867762a1f5"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="a0c346f275d7f385892db4421afd516b58ac1964ac0ace14465671bcecd04222"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="14b70e93da64d7fbc265774253306cffc02bfe326001b0f24a7404b53c3d5ecf"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="aa566ffdfb815144342a951c031b1bd33fd55ee8ccc40bdf8069c78ae81f92c6"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="6703987bae2f12d0faae49f3403cc6926851a0a08de57b621eb7f4328fe9b373"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="a663a37bcd53d23c8cab14e6c9552484d212af69a232749be32b96ec5f79557d"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="9913782f22ca27de68ae13f03e2036f745a1f2cae34f5f13844fcda50f8319e3"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="de776b70a2b9462c98409a72385187e1caec7b8e8f1f8316ab8c00ddca42f14b"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.4.0

02 Jan 11:40
Compare
Choose a tag to compare

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 UDICT_SHA256="e440d1b292f4262a620bc8dd864c7fe3942aa42ee8bf17831111133c6112d26f"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="ee61370c790e0aa6a694c10d8904b3d06a50375c7e620809b0024a9e53d98bf9"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="215eaf3b8b78defe17cdb4cd60ceea2012d0cb62cf94057451efd9d2d057d667"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="f67244cb67d1df2500ca47090122ddd38d684196f61a2fd15718c5df9221663b"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="25eeae4b0a3ca43815a87b67db6815d8deb1792756e6e2c38ce570a26aa689c4"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="3058bccb0f16e143726d34bf4d32b81f0e5243c8b03b026112767cfe32ea0b43"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="f703525ecbdfa01abcfba27dc9425db889188bf5a216885d30a8a871d909167a"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="4f8a14c3bb387632267937e45982043ed397938f35069ceec85e26acc369390f"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="0b9bf77fa4d83e1a43e33d68f98ee204c51b44a2e11dc21a33230cead8e6c82c"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="5a0a093f70cf1aa5b3a9b8543775efd75437474951b4b8766083a6af5aed33f3"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="2ddb58ef73577c027031c8c2ee1b9068cfc34884984f069615d54f4b39d0875d"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.3.0

11 Dec 18:45
Compare
Choose a tag to compare

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 UDICT_SHA256="e99dc2b580ac747ad1f516e586366bc1b7f99bac460a5267c9c765599cbd5b0d"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="b5bfc8ec6b85f4d852b37d96891e6e73d5b00f1657b311e9260ada6c90f5b30f"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="0c72148d7a855cd1c285eeea32e9a9455ff809129dc279e3724e365942481d2a"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="5c1f5b9c47595970680547ffc1bf6843d8460ad72038d624366aeac8b6cab46e"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="7718f6f013be034789fba2cb5666996148732347a241a39e4da7ceeb6411a4e0"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="373117fe82c239a62bbb29f79c365e6a38934718fc2c025e3c6f0e4c9e3691dd"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="77530a988eca2fc1d007fc532d006c940e0a48cc799db3ba07bc41dc3f8824c8"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="4ebd26628151e17bdd75a5d03a6ecf73fbf8684d26842cc94754940da3670dba"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="374a8d546b94afb6bd0f67d5a6b59f8b3888450f6fb85f96dc5f7a127cc2c3e7"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="87910f1d25226c6945dd15d17fb1c1f5483ecda9c47a2b0f7773f93611955c17"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="c18c83fb2cc671905f0029080a0039914795f0aa6014443b2ff344ed1cc0ae1c"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.2.3

13 Nov 22:16
Compare
Choose a tag to compare

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 UDICT_SHA256="e75f7cd20c575662fa09899481cecaacceeee4b900cf5fde3822e8c42f650ee4"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="6a0459b5478b2a4b93d77282a360cfbecdde26d345eaabca50f106c5f931dfd1"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="a372b37d491d1120acfc72cdf682d6a35e0ed6832068f1971e409c6856f3ecf9"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="3baa31d9d03b38b653b1b8fa1a4fc7537759a0f5c8f0718402902cb7b8077b3f"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="40922bce926f63c06c888fb790104eb664a493f7a090ea4a5777685730eaf0ec"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="ca526a8321ba160cd052a94713a20efdcf0d3e60757719b08b6252a3fc06be8f"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="4f950cb5e65ef0b2a59745cafb95dfadaa537fe0719d67a55953ea1e1512773e"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="24710a3ff30a3da755a7f092262f0ee7637548c5bf9c5b87263f6f6e4a085cd1"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="5a7f8319041f1efa65b9d157d14c9e9efa28546bda0a65af0d5c1e84b05b71c0"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="600c7a7bc9988f85df806c7238d1d27dc4debf0e218eebf05485dec2ef1f343e"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="3fc8c77d693fe142ee9c4eceb0fe1e8a6625c240987a4dcce16a42d567a1ada0"

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

$ echo "udict installed!"

# Run it!
$ udict -h

v0.2.1

09 Jun 17:46
v0.2.1
98544d2
Compare
Choose a tag to compare

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 UDICT_SHA256="2995828aaab936dff5d16337efb363b5038d6a6836b34623fc8e58216b662648"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="4cd7dbc44375d3c31096b01c79b46c24fe6dc2a9bb2bdfb9019f3b9aa8335826"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="cbb9d2c149087c363fb83e9b97f74bbf6a20d1def88a4a70a9aa4b016981ea8a"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="4c07e6efd0fe0fab9f3991377a8a5cadad191e73d3a0115a221b0ed05ace925d"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="9d460d1f656fdb4d9ff35bec9fc9b99799a8446bad1b1ab482f083e9ffc5a486"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="5ee2a13b7bb61ac9598614f0f1f3a875c73914330646c78afa5f1fef1dc7fb52"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="cc474f6f481e035cd33ae4d59f304a4206fc2c72f28f3031b2e45cad67cc9402"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="b7e72ef9d911de13e4f7a32cda08085e8b29de2b4f35fbabf5ee53ea1b698a28"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="dcbfdd30a0748e60dac26b6162a67ae593cff6bdeaf8b92a099192d29410e800"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="7c05d909e24b3a007a96150c9dc51b3945abc3d823b8534f2411a077c91eb746"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="05c231f4728209e684c76859a59f6d706cee6d39b42de3573e69238a74bb7db6"

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

$ echo "udict installed!"

# Run it!
$ udict -h