From 8ab93f7088b903f7621b1fe3b0a63c1332e67ca0 Mon Sep 17 00:00:00 2001 From: who-biz <37732338+who-biz@users.noreply.github.com> Date: Thu, 2 Jul 2020 19:11:50 -0400 Subject: [PATCH] Update snapcraft.yaml for v0.1.9.9.4 package --- contrib/snap/snapcraft.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/contrib/snap/snapcraft.yaml b/contrib/snap/snapcraft.yaml index 18b26e8a..51d1ef30 100644 --- a/contrib/snap/snapcraft.yaml +++ b/contrib/snap/snapcraft.yaml @@ -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 @@ -9,6 +9,7 @@ description: | Join the Fight for Financial Freedom. grade: stable confinement: strict +base: core18 apps: blurd: @@ -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 @@ -62,7 +65,7 @@ parts: - libboost-program-options1.62.0 - libboost-regex1.62.0 - libssl-dev - - libsodium18 + - libsodium23 - libstdc++6 - libgcc1 - libreadline7 @@ -82,4 +85,4 @@ parts: contrib/snap/blurd-wrapper: bin/blurd-wrapper prime: - etc - - bin + - bin \ No newline at end of file