summaryrefslogtreecommitdiff
path: root/testing/libssh2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-24 23:14:38 +0000
committerroot <root@rshg054.dnsready.net>2011-08-24 23:14:38 +0000
commitf53c212680c1817ef2337855ef8814dea6b07e4e (patch)
treec93db9dbaade4f2c86a8d550c237edf7d574f6da /testing/libssh2
parent9254c2bc6500471b22eead69781ddef84f87e2bf (diff)
Wed Aug 24 23:14:37 UTC 2011
Diffstat (limited to 'testing/libssh2')
-rw-r--r--testing/libssh2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libssh2/PKGBUILD b/testing/libssh2/PKGBUILD
index 4eeb02c5d..342e889fa 100644
--- a/testing/libssh2/PKGBUILD
+++ b/testing/libssh2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 134704 2011-08-07 16:23:21Z angvp $
+# $Id: PKGBUILD 136165 2011-08-23 16:20: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.8
+pkgver=1.2.9
pkgrel=1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
url="http://www.libssh2.org/"
@@ -15,7 +15,7 @@ depends=('openssl')
makedepends=('zlib')
options=('!libtool')
source=("http://www.libssh2.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1b236563b75d1b1f0d483352dc5918cf')
+md5sums=('62ea143c41c6ed437a55d6a0b0579f2f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}