0.17 Bug fixes
Changes
- Bug fixes
Verifying the release
In order to verify the release, you'll need gpg or gpg2 installed on your system. Breez puts hashes of the release files in a SHA256SUM file. The SHA256SUM file is then signed with the Breez GPG key. In order to verify the signatures, complete the following steps:
Download 1733260939-1.apk, SHA256SUMS and SHA256SUMS.asc from the release assets:
curl \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.4/1733260939-1.apk \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.4/SHA256SUMS \
-LO https://github.com/breez/breezmobile/releases/download/0.17.bugfixes.4/SHA256SUMS.asc
Download Breez's GPG key:
curl -O https://breez.technology/breez.technology.gpg
Verify that the fingerprint is 02B5 268A 5D94 F50C D8B2 1734 C9B2 A8A6 46E9 4858
gpg --show-keys --fingerprint < breez.technology.gpg
Check the signature of the SHA256SUM file: