diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 59f11db..5daeb5f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: bitcoin-core -version: '31.0' +version: '31.1' summary: Fully validating Bitcoin peer-to-peer network node, wallet and GUI description: | Bitcoin Core connects to the Bitcoin peer-to-peer network to download and @@ -73,7 +73,7 @@ parts: curl -LO https://bitcoincore.org/bin/bitcoin-core-${bitcoin_core_version}/SHA256SUMS curl -LO https://bitcoincore.org/bin/bitcoin-core-${bitcoin_core_version}/bitcoin-${bitcoin_core_version}.tar.gz curl -LO https://bitcoincore.org/bin/bitcoin-core-${bitcoin_core_version}/bitcoin-${bitcoin_core_version}-${CRAFT_ARCH_TRIPLET_BUILD_FOR}.tar.gz - echo "c3fe2c20e05847577f633cccab0cc7eb044738f427360f31ef24bdebe79693c8 SHA256SUMS" | sha256sum --check + echo "e63028d0bb33d22c847479d73866be8c1142246911765c005efbf611b645e706 SHA256SUMS" | sha256sum --check sha256sum --ignore-missing --check SHA256SUMS tar -xvf bitcoin-${bitcoin_core_version}-${CRAFT_ARCH_TRIPLET_BUILD_FOR}.tar.gz tar -xvf bitcoin-${bitcoin_core_version}.tar.gz