github.com/genuinetools/bane
v0.4.4
#1920 most downloaded on Go modules
genuinetools/bane
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Ships fairly regularly
a new release about every 7 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
6 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Mar 2018 to Sep 2020Releases
latest 6-
v0.4.5-0.20200917201038-d99999dfab2617 Sep 2020 pre-releaseNothing published for this version
-
v0.4.420 Nov 2019Release notes
Open source →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.325 Sep 2018Release notes
Open source →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.216 Jul 2018Release notes
Open source →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.114 Jul 2018Release notes
Open source →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.011 Mar 2018Release notes
Open source →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