Hello,
The SHA256 checksum of the latest release 26.06.1 does not match the entry in SHA256SUMS-v26.06.1.
I've downloaded the tarball on 3 different Linux systems and got:
$ sha256sum clightning-v26.06.1-Ubuntu-22.04-amd64.tar.xz
19c50dcf39131c07d8439e9b7dce5c6629fb16255c94c2e89b87ddd82b6b4253 clightning-v26.06.1-Ubuntu-22.04-amd64.tar.xz
Steps to reproduce:
export LIGHTNING_VERSION="26.06.1"
install --directory --owner=root --group=root --mode=0755 /usr/local/src/lightning
curl --proto '=https' --tlsv1.3 \
--location https://github.com/ElementsProject/lightning/releases/download/v${LIGHTNING_VERSION}/clightning-v${LIGHTNING_VERSION}-Ubuntu-22.04-amd64.tar.xz \
--output /usr/local/src/lightning/clightning-v${LIGHTNING_VERSION}-Ubuntu-22.04-amd64.tar.xz
curl --proto '=https' --tlsv1.3 \
--location https://github.com/ElementsProject/lightning/releases/download/v${LIGHTNING_VERSION}/SHA256SUMS-v${LIGHTNING_VERSION} \
--output /usr/local/src/lightning/SHA256SUMS-v${LIGHTNING_VERSION}
curl --proto '=https' --tlsv1.3 \
--location https://github.com/ElementsProject/lightning/releases/download/v${LIGHTNING_VERSION}/SHA256SUMS-v${LIGHTNING_VERSION}.asc \
--output /usr/local/src/lightning/SHA256SUMS-v${LIGHTNING_VERSION}.asc
# Get and verify GPG keys from https://github.com/ElementsProject/lightning/blob/master/SECURITY.md
cd /usr/local/src/lightning
["/bin/bash", "-c", "gpg --no-default-keyring --keyring /root/lightning.gpg --verify SHA256SUMS-v${LIGHTNING_VERSION}.asc 2> >(grep 'Good signature') || true"]
cd /usr/local/src/lightning
sha256sum --ignore-missing --check SHA256SUMS-v${LIGHTNING_VERSION}
Could you kindly verify if it is just me? Thanks
Hello,
The SHA256 checksum of the latest release
26.06.1does not match the entry inSHA256SUMS-v26.06.1.I've downloaded the tarball on 3 different Linux systems and got:
$ sha256sum clightning-v26.06.1-Ubuntu-22.04-amd64.tar.xzSteps to reproduce:
Could you kindly verify if it is just me? Thanks