From 719269805b337f7319df89c29d71f143d840ce41 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Tue, 21 Apr 2026 13:01:12 -0700 Subject: [PATCH] snap: Update to 31.0 --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a3dbc53..59f11db 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: bitcoin-core -version: '30.2' +version: '31.0' 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 "11113f40ed9e963fbe98e37751818929a2dd53cea0588452fc0b9fbb24bf2405 SHA256SUMS" | sha256sum --check + echo "c3fe2c20e05847577f633cccab0cc7eb044738f427360f31ef24bdebe79693c8 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