Skip to content

Commit 270ffb6

Browse files
committed
Merge #272: snap: Update to 28.0
e3679f4 snap: Update to 28.0 (Ava Chow) Pull request description: Top commit has no ACKs. Tree-SHA512: 5c0159664589fd388a17e6cd51a61f85c7f2048cf05ec413b7b98e6dc0f63b2e5a89081777aa8169c0f15869a4c33b96542ef63554390b5d3727653b3cf2719e
2 parents db2da26 + e3679f4 commit 270ffb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bitcoin-core
2-
version: '27.0'
2+
version: '28.0'
33
summary: Fully validating Bitcoin peer-to-peer network node, wallet and GUI
44
description: |
55
Bitcoin Core connects to the Bitcoin peer-to-peer network to download and
@@ -84,7 +84,7 @@ parts:
8484
wget https://bitcoincore.org/bin/bitcoin-core-${SNAPCRAFT_PROJECT_VERSION}/SHA256SUMS
8585
wget https://bitcoincore.org/bin/bitcoin-core-${SNAPCRAFT_PROJECT_VERSION}/bitcoin-${SNAPCRAFT_PROJECT_VERSION}.tar.gz
8686
wget https://bitcoincore.org/bin/bitcoin-core-${SNAPCRAFT_PROJECT_VERSION}/bitcoin-${SNAPCRAFT_PROJECT_VERSION}-${SNAPCRAFT_ARCH_TRIPLET}.tar.gz
87-
echo "4bc7c97684a0bd1ba000f64f7a24c49302bcbd716eacb134b972188e0379a415 SHA256SUMS" | sha256sum --check
87+
echo "d1384c7cbb9027bc5642943d675d25f2edd88e34207e0aaa307babf097d6d023 SHA256SUMS" | sha256sum --check
8888
sha256sum --ignore-missing --check SHA256SUMS
8989
tar -xvf bitcoin-${SNAPCRAFT_PROJECT_VERSION}-${SNAPCRAFT_ARCH_TRIPLET}.tar.gz
9090
tar -xvf bitcoin-${SNAPCRAFT_PROJECT_VERSION}.tar.gz

0 commit comments

Comments
 (0)