diff options
author | vdo <vdo@greyfaze.net> | 2017-11-20 22:33:23 +0100 |
---|---|---|
committer | vdo <vdo@greyfaze.net> | 2017-11-20 22:33:23 +0100 |
commit | e459d467f67ab85627b6d8a58c22332c5e7179b0 (patch) | |
tree | 16077556bf2b5e76a98ddfc1f5e50812a60f5084 /contrib | |
parent | Merge pull request #2783 (diff) | |
download | monero-e459d467f67ab85627b6d8a58c22332c5e7179b0.tar.xz |
Update snap version to 0.11.1
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/snap/snapcraft.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/snap/snapcraft.yaml b/contrib/snap/snapcraft.yaml index 11d480d10..e98f520ec 100644 --- a/contrib/snap/snapcraft.yaml +++ b/contrib/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: monero -version: 0.10.2-1 +version: 0.11.1-1 summary: "Monero: the secure, private, untraceable cryptocurrency https://getmonero.org" description: | Monero is a private, secure, untraceable, decentralised digital currency. @@ -46,11 +46,15 @@ parts: - libunbound-dev - libevent-dev - libboost-all-dev + - libzmqpp-dev + - libzmq3-dev + - libsodium-dev - libdb-dev - libunwind-dev - libminiupnpc-dev - libldns-dev - libexpat1-dev + - libreadline6-dev - bison - doxygen - graphviz |