Skip to content

Releases: genuinetools/bane

v0.4.4

20 Nov 05:37
v0.4.4
21495c2
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 BANE_SHA256="b774c254efe7178991ffb77bd6597c0f4e6a48a9952dc52edcbae9914f00a9d8"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="9b7a629fe6df58fbef41c2ef78fd32dcc366b73cc006163831601b60dfd5fa20"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="35165d74f362de30794f630f2c3c0bd3494b2f9c4b64b50d2b370605d7a3fee2"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="e70b1d67333975eb705b08045de9558483daae05792a1ff28dcec28d4c164386"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="3090c01ecb0b7fbeb5cae21e2d7c659d6a92abaf80453aa9ee6a5a6300eb15b3"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="69df3447cc79b028d4a435e151428bd85a816b3e26199cd010c74b7a17807a05"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="1893f49304d72d052810665844e60c6ac17f33280614cd1d83f9d6969d0989a1"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="67f899de5e19d1dd072e5b3f52af97af59803b2394dd09099728c6399dd42093"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="9c5e162bb06c1f69911b8565f776d7c97789ac6a7f6b59cee99c4d1da52cfd89"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="6b3cfcebaee7f13cd731c6f91e48da3f76c3fa26d107265646f6665628b25ef2"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="19fc0f8a979745552df9b98ed7b3b991f2e8febe4fda110f2af6a08e18298428"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.4.3

25 Sep 16:23
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 BANE_SHA256="a2ab0d4b22ffa60e2f3aac7b2c4cbffa27d0efc1ce8a1218f414590bc1022fda"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="d8be1081f75918f83bdb2de28458f9d9650161b434fef87b0534767bc684b698"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="8211396fe2f4137ceff0e3c158a57299e97099d0d26c93a6d382a0fb9dee461e"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256=""

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="804f11e3c876e81649063d9caa3e57d067478b97e6c59e50e6808f37369a844d"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="4a10ed2d6429c4e9c25ed111a73ec00f544816a40aca4e9a27951b8bab420aa5"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="e521b84b9df155af4cfd85c78c89b79ba86b8f7eaa008e0d8e8351e79f9ca2bc"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="93f36dbdbcf086a35fd2ed36b11b6762c54bd5b1f2a307e004e1413a538ac8fc"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="4f714ff1081a80332bcfe85e72e70b03de9776e7e96592adace59bbb891b1b35"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="0d6400d82a514ca89a57b5c083aec99a89ef8aaad7aefa7c54538f9c652dd404"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256=""

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.4.2

16 Jul 03:33
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 BANE_SHA256="0ebc7fb95a186a0518c443808e57d7298d855e4a4a05826631cb6fab40ce4b91"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="a59232eea66f2d83f848606df406e1f49a003f7660d72d91ed16c0ac7b44ffdf"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="0bb465c12ee1f12cee72cdfdc1b3055fbef606b61b5d8d3a8d04fcf193b62b66"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="942be5a3ca74367393dcf0b0351ea923a22306f37b40e1bbb1d6f22bf7f90eb0"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="8a345585d57834c3e7fdd13c251ddb80a23eea49aa1b714200f576974e95f178"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="d50b53882efb4b6b6aec6d03f00a25f7b37dff327031344d8aeaf642c4da0b75"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="9cdc0f11d005073c6ad10b6af5e0ec275715d4ce3fc7d76c7623ad0dde98e27f"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="30ea924102d70fc365c5e652add319f9bf0336e557bbdd32059ca7fd1526c733"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="9c1b75110b57b7cab3154b7c3e984358208b9c6dc7767e94ee2c5888c7413dbe"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="36dbbfe7e0a2a13c6c9f58dfe218fe93a6d9726205c4f8ce84c6eb7567a46173"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="a8666eee62dbeedd7b7b50f7b1e2bd50be3fcf8a2e9a91379699401eaff0277b"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.4.1

14 Jul 16:23
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 BANE_SHA256="8e1d6772e6fd496a638a31d09acf5d965f474627b784fd8b9729d439902a09ef"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="d671c6f28cefad5123575c24947ab2b18c65d82269f8cd257da2f33549705e34"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="b5dacb3a3f0447f699c4ee250d59c476371311d9f26bbf11c25819fa8ef144de"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="47f30ad64d155eef95a49a96b3c541ca54986dd5e21825be56160e0708b757c1"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="24f62beb4f46ca82fef06fd0fb0c1c59ca3f6eefb49421a53bd7ade5c91262c7"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="e27c55dd4dfca2cffd37d9fb058c9a5040ca5423e379fc189246b795cc33cff2"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="d48faf41dc6a31a9c88184a1aecd347385d16776fbb921619524843bbc1aed2e"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="182f51ce0263e051b6f4827a8c680573037f1c91f89b6accdc4cfe8c34773a60"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="e256465f2a751946de82ae1d7a795d28e03f49d1b31deed53e9eaf1f94073bd7"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="604ef0b7f2acb87d7d493674b66f051d16f438fd342c916b1c1384ac48b818ba"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="92cc6cb97bb87f05d29270254ca57332a3386f0bfa1a215f35a3a549b32db8f0"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.4.0

11 Mar 15:24
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 BANE_SHA256="3ca83b4f43bc5ef129bb660091d1d27e43ec6e6fec1992f079363c4cd2654b4c"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="51675f0bb599f46979b314c59f9e2f4998b19112e6455f93ac3f0b7b07e4153d"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="df124ab2f6a9b15b07952355b632dfa98921b9315b8c5a1fcad939a9539f76da"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="2ab5e155ca859d5bff661b0124b12b680cd9ed8325d09bda5f20aa016c7edbbf"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="15564f33378c8b7ed00439df453e4b16bbfe56aa82ab4b608da4f1267ed21d1c"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="085c37efdea30f7ccd6fdc0bd91086a7eb66201222fc65f877e0c67df0be8d0e"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="10cb80e9922a6cc03c215d28c683ef1cb6a9c551016895da994f052b9fc7aca9"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="dabe754a015f8fd1d6b970f280c5f6b0d86e6cef2e6ccb4f03f63c425975988e"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="928c9a0dc5090ea87040d846e98ae83560de67ca7567b72d8575f1dd3b4da4e2"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="988cdb244da7b84f71ca970f8801d772575ec63e3bde79544689db4552f4f712"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="144c9fa7de4ab441609314872c0ea06f4cdb3b2b3123d8cc894765c9377e5e68"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.3.0

02 Jan 10:30
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 BANE_SHA256="51dba470a07739b4314f81be32c8c233d2eae82182e7e275d90baa787e66f39c"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="6187e2b02c8fc321f310d02ddeac06fd67fd75f0d6bdd5c05d1fd316fb986c38"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="ff4fa13c6ec056a6ad9ee815a311b6ecd5f02425f31b9c3b41f6967f8418784c"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="34334af7467e21b372005df00890df605560f4b4ab2f197aad0faa3ec633dd9c"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="9cb92034b26fa200ac27c29726811691452b947e087c0e57d1b12d663fd6279a"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="17b02e8c417b363534a3bfae3a8840ef5c362e4e362afc8e2dcbf7c2a77251ea"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="544c49299b65e702aaba014dafc710a3e79b10c1a8d14fc3c605c55c8af4edeb"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="bfbfa20aacdf1083d86b531754eb8504555d78b4fb385bc4aa3d89343451b2f9"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="860482047d276431fbe15bb212234f440dadf3edd8c2adefc25c483893be46e2"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="cad7645cad6ac48177f257aac140669b85c472f2d279ba150586ea84e6faca7f"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="931d770eac8f7e4cf0f88ba082727a7d0fb38af289b02e73f6e21abd9a426d1c"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.2.5

13 Nov 22:30
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 BANE_SHA256="67bc351bb4142058f7e0fdee5c8099796464cb66d9520599c2407ff6119d9279"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="b006e819e7405682bb6e16ba6ee4048db1fdee4f7f59dcc413c1c6bee81d44c9"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="2ae1018536642632910dbcb3e80a3a0ef361370138f16b5170df5071ed9f7044"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="3bd80222fbddf597382ba9cb8f1d78466e069ac2d056e9c422972dd0a0f7f4ff"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="9997b3ed79b5d474322f6c1aa49df54196cbaeb95a20022fea79fe68640de31f"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="a85d716a315a0b74a043216812eafa5179d955451b77ad121a6a8413370fda9f"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="234bcafb5f5324c2cc980472dff2cebf1cccf01a2368a0bf465d1071b2538dd9"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="29cb9582701702263a23485af11ccdeb7e171eb5caad9761e5aa6954faaf0912"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="9d40bdee6fa6bee22df6e4ce2bd7ad3caa85aa9f0da67114cf5ad9ac0d1b88f7"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="304caf857ca2e234af973b3291c00efc9a11a8333530aa632cae5e4f5532ab83"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="b26cb218b1ef41b6ffd52b234aa5d208ac5e2e9d3fad5ff700f298fca59ac793"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.2.2

07 Jun 16:05
v0.2.2
0259f4a
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 BANE_SHA256="af43005a58a82a3ce4419edc6ba5bb3cb1c2a7776e2b827b8ea247890f45a4e3"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="c502214339b2409e4c3f1dcf9bb64f0ea2d39cebc04fbb6e56db1558df5c1fa9"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="53cd7187594f411b1daef51e0246de02353fc0e8a894ef1de0dc7f47eaa1d5eb"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="eceb67b10339ff4e304265a047cb0d3e9e4396c9ecc00b4ff921fb45595925e4"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="a7ac9ff439166de57201aadf4326e0b383e73a4547c39f9b708d22116c39fd3c"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="50d756bdad6e3f1985892de44e27c2d75d8cc60a9eed8af492cc276e76c00458"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="ec332f6a69964fff0b13378c131513e7cd624aa64b8d348bc80c5dc7e618d063"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="e93833cd3ba1fa694d016d50f4b44638fdde174190cacd1ed97194175c9eea06"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="dc59a589f8a559919fc7e438582471abf268e2e9d8ee9d9ea5c8a614bd970a27"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="71b560043969d9aa218d5304c1af075a9b080d4136c5ba69acc0af6a6fa18ef5"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="92df2c47e588de1a91d088a6df501695237105b6ab9781b3af246fb1664d9c17"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.2.1

07 Jun 15:40
v0.2.1
f0184c3
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 BANE_SHA256="3ae4bdefbd47b90800054289324195bf0980f7a43f4d909770ed239e6a9f0f87"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="7f6bdfe0c7802b891004ab41694b78f992f5c02cd64ef8ee95cc027296f2668b"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="fb114b7469d48ed9f32077d4651f6148c4cd541ad83e5960d91ce9d4f1d9d1b8"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="de9b3ffde95fc5d134cf2b3f6f53cc4090a4ef792bf954b65f3ba8e828b47376"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="6225f0f0f3fe82a0ec4f07d040630e45d3c6ef81daf05837eb1943d939b070e5"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="0788af5ea8d94c708efcdd71de08400b56d5cab7bcdc221fa1f62e66f67f40f9"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="05c770ba0bcd047819c2a01c35ad4721be104202d6b8da57c7a09be60772ad37"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="86b626ce0bb0a22ac9ef008f89a39ef7c62cf9294663c798b2df09a915382313"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="676772e743afc1307179993b4997b3e02e4e102876773328c36202c165a9a7c6"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="0d6824d46b0d68d88e722e095e177873c330242d4ae74b9b1fe521e54955751c"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="4fb7750c231c57d64804c2bf411a94cec7719601be27e1cd020692afdd4bbfbf"

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

$ echo "bane installed!"

# Run it!
$ bane -h

v0.2.0

29 Oct 18:07
v0.2.0
434e385
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 BANE_SHA256="4178eb813bced589ffffcb3311d3f1eb9fd13d6b50a03d13115483b3cf757d61"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="fe1de388f5f441d4606c1d0e115d3b648d1526105ffab90c1d8acd58f2ad7d8a"

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

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="6216df50ea1a530aa73e70a40e076f7ced2cc578a4cf1505a56261c0122c6d32"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="ea64054bbe636aaaa3b06904b5601d0e53417031bf722f4f55136ef5af213732"

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

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="5ce380256bdf107164d50d3e9fe4a7ff7c59b746b8cbf4503a47f2be75338693"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="d9bae619c666bc905891cd1fcba37995b51329b02bf08c0d583a21b7c49dd4ba"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="cd649c7137cfeff80fbf4226e4d2c4c6af89583ecaf7eb652b6418f508ceff25"

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

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="646893ea7915a8837363b6f8d0fff732c00e27e8ac261862be1ed39f8444ab3c"

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

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="fe8eedc5ad688ceb8196f68ab4572d3284960f128d96fdfcabb0ec046df29f17"

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

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="1abfb820f3518fdab52be5764adf913371eb358a01ef0a887dbd4d7747767220"

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

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="98b7a46e6990e2d1e2f738a34f146e6144e68146c413643fa3322b8052cd2aa7"

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

$ echo "bane installed!"

# Run it!
$ bane -h