Date: Saturday, September 17, 2011 @ 08:40:51 Author: andrea Revision: 138140
upgpkg: libssh 0.5.2-1 upstream release Modified: libssh/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-09-17 11:15:02 UTC (rev 138139) +++ PKGBUILD 2011-09-17 12:40:51 UTC (rev 138140) @@ -4,7 +4,7 @@ # Contributor: sergeantspoon <sergeantsp...@archlinux.us> pkgname=libssh -pkgver=0.5.1 +pkgver=0.5.2 pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -12,8 +12,8 @@ arch=('i686' 'x86_64') depends=('openssl') makedepends=('cmake' 'doxygen') -source=("http://www.libssh.org/files/0.5/${pkgname}-${pkgver}.tar.gz") -md5sums=('0cd8bc9336398e23a76f4e25c1412eb4') +source=("https://red.libssh.org/attachments/download/27/${pkgname}-${pkgver}.tar.gz") +md5sums=('38b67c48af7a9204660a3e08f97ceba6') build() { cd "${srcdir}"