Skip to content

v0.3.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 11 Dec 18:45
· 31 commits to master since this release

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export 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