From e874e6a226f955ee31ed3b869f63e96650bf73c2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jul 2015 08:00:55 +0200 Subject: [PATCH] libssh: update to 0.7.1. --- srcpkgs/libssh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index a036bf677a5..77f0022ac17 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,6 +1,6 @@ # Template file for 'libssh' pkgname=libssh -version=0.7.0 +version=0.7.1 revision=1 build_style=cmake hostmakedepends="cmake pkg-config" @@ -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=f284aeb40a637d97e065df0f3b7902458ac17050c3f4057b5eca2dbcb1a9c179 +checksum=38e015c8adfd9b420d0ffc3f30e7ae6cd39bd62a720a85b88edf4f763eaa3d08 libssh-devel_package() { depends="${sourcepkg}>=${version}_${revision}"