Skip to content

Commit

Permalink
Update snapcraft.yaml for v0.1.9.9.4 package
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Jul 2, 2020
1 parent 59a2a71 commit 8ab93f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions contrib/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: blur
version: 0.1.9.9.2
version: 0.1.9.9.4
summary: "Blur Network: The private cryptocurrency (https://blur.cash)"
description: |
BLUR is a privacy-focused cryptocurrency based on code from Monero. The Blur
Expand All @@ -9,6 +9,7 @@ description: |
Join the Fight for Financial Freedom.
grade: stable
confinement: strict
base: core18

apps:
blurd:
Expand Down Expand Up @@ -42,11 +43,13 @@ parts:
source: .
build-packages:
- gcc
- g++
- pkg-config
- libboost-all-dev
- libssl-dev
- libsodium-dev
- git
- build-essential
- libunwind-dev
- libreadline7
- libtinfo5
Expand All @@ -62,7 +65,7 @@ parts:
- libboost-program-options1.62.0
- libboost-regex1.62.0
- libssl-dev
- libsodium18
- libsodium23
- libstdc++6
- libgcc1
- libreadline7
Expand All @@ -82,4 +85,4 @@ parts:
contrib/snap/blurd-wrapper: bin/blurd-wrapper
prime:
- etc
- bin
- bin

0 comments on commit 8ab93f7

Please sign in to comment.