diff options
author | root <root@rshg054.dnsready.net> | 2013-10-06 02:15:56 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-06 02:15:56 -0700 |
commit | d3bff0fc1a69eb487b5d45b168c018f44a53b223 (patch) | |
tree | 4bbffc2cb628fc9218eb9ebf990a16a2631b1bcb /extra/libssh | |
parent | 2143b499940459b3dd7e8c6afbd6a2d9b776bc6c (diff) |
Sun Oct 6 02:13:39 PDT 2013
Diffstat (limited to 'extra/libssh')
-rw-r--r-- | extra/libssh/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libssh/PKGBUILD b/extra/libssh/PKGBUILD index fa668b5be..16405b14d 100644 --- a/extra/libssh/PKGBUILD +++ b/extra/libssh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 180604 2013-03-24 15:55:47Z tomegun $ +# $Id: PKGBUILD 195938 2013-10-05 20:32:06Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: ice-man <icemanf@gmail.com> # Contributor: sergeantspoon <sergeantspoon@archlinux.us> pkgname=libssh -pkgver=0.5.4 +pkgver=0.5.5 pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -13,7 +13,7 @@ license=('LGPL') arch=('i686' 'x86_64') depends=('openssl') makedepends=('cmake' 'doxygen') -source=("https://red.libssh.org/attachments/download/41/${pkgname}-${pkgver}.tar.gz") +source=("https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz") build() { cd "${srcdir}" @@ -29,4 +29,4 @@ package(){ cd "${srcdir}"/build make DESTDIR="${pkgdir}" install } -md5sums=('b8b4e733c13dfabae33b2688ef82dacc') +md5sums=('bb308196756c7255c0969583d917136b') |