From 10c6f4f124e772d0fcdf16ab8c5a1c799089aa94 Mon Sep 17 00:00:00 2001 From: Giovanni Panozzo Date: Tue, 14 Aug 2018 17:47:59 +0200 Subject: Snap: update to libssh 0.8.0 --- snap/snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 64c5e8413..32408efa9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -71,10 +71,10 @@ parts: - -usr/lib/cmake - -usr/lib/pkgconfig - # Remove this (and use again libssh-dev) once libssh-0.7 is available in distro - libssh-0.7: + # Remove this (and use again libssh-dev) once libssh-0.8 is available in distro + libssh-0.8: plugin: cmake - source: "https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.5.tar.gz" + source: "https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.8.0.tar.gz" configflags: - -DCMAKE_BUILD_TYPE:STRING=Release - -DWITH_GSSAPI=ON @@ -132,7 +132,7 @@ parts: - -./usr/share/fonts/** after: - - libssh-0.7 + - libssh-0.8 - freerdp - desktop-gtk3 -- cgit v1.2.3