diff options
author | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
commit | 59eecef62ae9aa7dd391310f30293318f641c59c (patch) | |
tree | 18b1685d21f421939a133b2db2663bc63e5d873c /extra/libssh | |
parent | 3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (diff) |
Thu Aug 18 23:14:33 UTC 2011
Diffstat (limited to 'extra/libssh')
-rw-r--r-- | extra/libssh/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libssh/PKGBUILD b/extra/libssh/PKGBUILD index 34d929086..bdd4a274c 100644 --- a/extra/libssh/PKGBUILD +++ b/extra/libssh/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 126134 2011-06-01 18:06:44Z andrea $ +# $Id: PKGBUILD 135676 2011-08-17 07:52:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: ice-man <icemanf@gmail.com> # Contributor: sergeantspoon <sergeantspoon@archlinux.us> pkgname=libssh -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -13,7 +13,7 @@ arch=('i686' 'x86_64') depends=('openssl') makedepends=('cmake' 'doxygen') source=("http://www.libssh.org/files/0.5/${pkgname}-${pkgver}.tar.gz") -md5sums=('9b37f45751c0ae7ba66099c1fb136946') +md5sums=('0cd8bc9336398e23a76f4e25c1412eb4') build() { cd "${srcdir}" |