Date: Monday, December 3, 2012 @ 07:34:02 Author: tomegun Revision: 172471
upgpkg: libssh 0.5.3-1 security update Modified: libssh/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-03 11:56:31 UTC (rev 172470) +++ PKGBUILD 2012-12-03 12:34:02 UTC (rev 172471) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Tom Gundersen <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> # Contributor: ice-man <[email protected]> # Contributor: sergeantspoon <[email protected]> pkgname=libssh -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -12,8 +13,7 @@ arch=('i686' 'x86_64') depends=('openssl') makedepends=('cmake' 'doxygen') -source=("https://red.libssh.org/attachments/download/27/${pkgname}-${pkgver}.tar.gz") -md5sums=('38b67c48af7a9204660a3e08f97ceba6') +source=("https://red.libssh.org/attachments/download/38/${pkgname}-${pkgver}.tar.gz") build() { cd "${srcdir}" @@ -29,3 +29,4 @@ cd "${srcdir}"/build make DESTDIR="${pkgdir}" install } +md5sums=('9ad01838d3b89d98e900e0f6260a88cc')
