Skip to content

Commit

Permalink
Merge #223: snap: Update to 27.0
Browse files Browse the repository at this point in the history
e972d8c snap: Update to 27.0 (Ava Chow)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: 8445a18b7ddf6a57f7d0e5933de94c47be6bdc6112a8aa0d18337608b36971cb47d4621ff5622dd4d4dca5cfd32db4e7af7bc0e5844fde95ae0eedc71eb68a02
  • Loading branch information
achow101 committed Apr 17, 2024
2 parents e2d1a5d + e972d8c commit 1028195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bitcoin-core
version: '26.0'
version: '27.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
Expand Down Expand Up @@ -84,7 +84,7 @@ parts:
wget https://bitcoincore.org/bin/bitcoin-core-${SNAPCRAFT_PROJECT_VERSION}/SHA256SUMS
wget https://bitcoincore.org/bin/bitcoin-core-${SNAPCRAFT_PROJECT_VERSION}/bitcoin-${SNAPCRAFT_PROJECT_VERSION}.tar.gz
wget https://bitcoincore.org/bin/bitcoin-core-${SNAPCRAFT_PROJECT_VERSION}/bitcoin-${SNAPCRAFT_PROJECT_VERSION}-${SNAPCRAFT_ARCH_TRIPLET}.tar.gz
echo "63487c308a6655f939efd700bfca8e0285fa2f869283aaa7192bdd4b8799a747 SHA256SUMS" | sha256sum --check
echo "4bc7c97684a0bd1ba000f64f7a24c49302bcbd716eacb134b972188e0379a415 SHA256SUMS" | sha256sum --check
sha256sum --ignore-missing --check SHA256SUMS
tar -xvf bitcoin-${SNAPCRAFT_PROJECT_VERSION}-${SNAPCRAFT_ARCH_TRIPLET}.tar.gz
tar -xvf bitcoin-${SNAPCRAFT_PROJECT_VERSION}.tar.gz
Expand Down

0 comments on commit 1028195

Please sign in to comment.