Skip to content

v1.5.0

Compare
Choose a tag to compare
@benma benma released this 02 Nov 13:42
· 32 commits to master since this release
v1.5.0
72660c2

Release notes

  • Whitelist adalite.io
  • Update branding

Verifying the release

Get a public key of security@shiftcrypto.ch with fingerprint 1AA6 2C17 C56D 4275 A541 2320 9CD5 646C 0AD5 161E:

curl 'https://keys.openpgp.org/vks/v1/by-fingerprint/1AA62C17C56D4275A54123209CD5646C0AD5161E' | gpg --import

Download the bridge for your platform and the corresponding .asc file and place them in the same folder.

We will verify the signature of the macOS release as an example. The other files are verified in the same way by replacing the filename.

To verify the signature, execute:

gpg --verify BitBoxBridge-1.5.0-macOS-installer.pkg.asc

You should see the following output:

gpg --verify BitBoxBridge-1.5.0-macOS-installer.pkg.asc
gpg: assuming signed data in 'BitBoxBridge-1.5.0-macOS-installer.pkg'
gpg: Signature made <DATE AND TIME>
gpg:                using RSA key 1AA62C17C56D4275A54123209CD5646C0AD5161E
gpg: Good signature from "ShiftCrypto Security <security@shiftcrypto.ch>" [ultimate]

(The [ultimate] could say [unknown] or something else depending on your trust level.)