Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the output says "public key not found", follow the instructions in this guide: Validate a release for the first time

Code Block
languagebash
titleVerify signature
gpg --verify apache-streampipes-{current-full-version}-incubating-source-release.zip.asc apache-streampipes-{current-full-version}-incubating-source-release.zip

# example
gpg --verify apache-streampipes-0.66.0-incubating-source-release.zip.asc apache-streampipes-0.66.0-incubating-source-release.zip


Verify the checksum

Code Block
titleVerify checksum
sha512sum -c apache-streampipes-{current-full-version}-incubating-source-release.zip.sha512

# example:
sha512sum -c apache-streampipes-0.66.0-incubating-source-release.zip.sha512

...