Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snap: Bump to version 0.19.0.1 #32

Merged
merged 1 commit into from
Nov 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 0.18.1
version: 0.19.0.1
summary: peer-to-peer network based digital currency
description: |
Bitcoin is a free open source peer-to-peer electronic cash system that
Expand Down Expand Up @@ -42,7 +42,7 @@ parts:
wget https://bitcoincore.org/bin/bitcoin-core-${SNAPCRAFT_PROJECT_VERSION}/SHA256SUMS.asc
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 "eff95616550991a68c59d58b3a1f40c7e8f06469017a83c72b6ec740c36847a0 SHA256SUMS.asc" | sha256sum --check
echo "58c6aa349570ffd8137d3a5cd576e83aedcdbe6bdcb2993835b5cd004758f15b SHA256SUMS.asc" | sha256sum --check
sha256sum --ignore-missing --check SHA256SUMS.asc
tar -xvf bitcoin-${SNAPCRAFT_PROJECT_VERSION}-${SNAPCRAFT_ARCH_TRIPLET}.tar.gz
tar -xvf bitcoin-${SNAPCRAFT_PROJECT_VERSION}.tar.gz
Expand Down