summaryrefslogtreecommitdiff
path: root/extra/libssh2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libssh2/PKGBUILD')
-rw-r--r--extra/libssh2/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libssh2/PKGBUILD b/extra/libssh2/PKGBUILD
index b3704bf92..00a2d0872 100644
--- a/extra/libssh2/PKGBUILD
+++ b/extra/libssh2/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 124297 2011-05-19 05:00:38Z angvp $
+# $Id: PKGBUILD 136215 2011-08-24 15:37:17Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: ice-man <icemanf@gmail.com>
pkgname=libssh2
-pkgver=1.2.7
-pkgrel=2
+pkgver=1.2.9
+pkgrel=1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
url="http://www.libssh2.org/"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ depends=('openssl')
makedepends=('zlib')
options=('!libtool')
source=("http://www.libssh2.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a5d78344886f1282e4008c09bf568076')
+md5sums=('62ea143c41c6ed437a55d6a0b0579f2f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}