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 core18 (bionic) #10

Closed
wants to merge 1 commit into from
Closed
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
20 changes: 11 additions & 9 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ description: |
grade: stable
confinement: strict

base: core18

apps:
daemon:
command: bitcoind
Expand All @@ -34,7 +36,7 @@ apps:
HOME: $SNAP_USER_COMMON

parts:
bitcoin:
bitcoin-core:
source: https://github.com/bitcoin/bitcoin
source-type: git
source-tag: v0.17.1
Expand Down Expand Up @@ -71,17 +73,17 @@ parts:
- libqrencode-dev
stage-packages:
- ca-certificates
- libboost-chrono1.58.0
- libboost-test1.58.0
- libboost-thread1.58.0
- libevent-2.0-5
- libevent-core-2.0-5
- libevent-pthreads-2.0-5
- libboost-chrono1.65.1
- libboost-test1.65.1
- libboost-thread1.65.1
- libevent-2.1-6
- libevent-core-2.1-6
- libevent-pthreads-2.1-6
- libminiupnpc10
- libprotobuf9v5
- libprotobuf10
- libqrencode3
- libqt5test5
- libsodium18
- libsodium23
- libzmq5
after:
- berkeleydb
Expand Down