Skip to content

Releases: genuinetools/bpfps

v0.1.5

25 Sep 15:19
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.

linux

amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="4859f0a3c14d61651a473a4c225066c298fdf3bb219acc5e037aaebf268eb807"

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

$ echo "bpfps installed!"

# Run it!
$ bpfps -h

v0.1.4

16 Jul 03:46
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.

linux

amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="d14a663f6ff80fd27f16231d56916b6c0614a8fefd4e884028113e509b55a532"

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

$ echo "bpfps installed!"

# Run it!
$ bpfps -h

v0.1.3

14 Jul 17:43
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.

linux

amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="aab8f3cee8ec8d56bad3555ca7ad3bbe81ec4d0e01c5b3e3b06a154bb27d9ed0"

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

$ echo "bpfps installed!"

# Run it!
$ bpfps -h

v0.1.1

26 Apr 20:11
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.

linux

amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="70319ee158a7ea6f9b53cf1b4dff5b8e41b948eccb6cbcad41c8262de6869e99"

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

$ echo "bpfps installed!"

# Run it!
$ bpfps -h

v0.1.0

26 Apr 15:35
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.

linux

amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="215a045bc4cda59da6ae1473601b53853540cf971909bf0e6f88c7fff4ba77b9"

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

$ echo "bpfps installed!"

# Run it!
$ bpfps -h