From 2300c89437aa7d24e27bdefcce6e0806b5478a97 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Sep 2015 07:25:08 +0200 Subject: [PATCH] libssh: update to 0.7.2. --- srcpkgs/libssh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 58c8f346486..1a3ec52e5cb 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,7 +1,7 @@ # Template file for 'libssh' pkgname=libssh -version=0.7.1 -revision=3 +version=0.7.2 +revision=1 build_style=cmake hostmakedepends="cmake pkg-config" makedepends="zlib-devel libressl-devel" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="LGPL-2.1" homepage="http://www.libssh.org/" distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2" -checksum=38e015c8adfd9b420d0ffc3f30e7ae6cd39bd62a720a85b88edf4f763eaa3d08 +checksum=b7a66d5668cbf1bac7a3b8a221de9306e1cfc9b13d9ec271325e5f6d30872349 libssh-devel_package() { depends="${sourcepkg}>=${version}_${revision}"