diff options
author | root <root@rshg054.dnsready.net> | 2012-05-28 00:02:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-28 00:02:35 +0000 |
commit | 89dd7b5f30d48c708092a71b1c8285090fe91505 (patch) | |
tree | fb3a22f789121b955ff0fce7ec8d2f8c8886579b /core/libssh2/PKGBUILD | |
parent | 1f45ad8e3f17397e2f44e68ef9a0d860091eea9e (diff) |
Mon May 28 00:02:35 UTC 2012
Diffstat (limited to 'core/libssh2/PKGBUILD')
-rw-r--r-- | core/libssh2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/libssh2/PKGBUILD b/core/libssh2/PKGBUILD index fcdd8d45f..520b900f5 100644 --- a/core/libssh2/PKGBUILD +++ b/core/libssh2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 156610 2012-04-21 17:49:44Z dreisner $ +# $Id: PKGBUILD 159788 2012-05-27 02:25:20Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> @@ -6,7 +6,7 @@ # Contributor: ice-man <icemanf@gmail.com> pkgname=libssh2 -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts" url="http://www.libssh2.org/" @@ -17,8 +17,8 @@ makedepends=('zlib') provides=('libssh2.so') options=('!libtool') source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc}) -md5sums=('b94106e046af37fdc0734e487842fe66' - 'd120a091e9f594c6608815d72b07c7a3') +md5sums=('42e2b3796ac07fc1dbafc7abcc002cd3' + '872cfb1d61dbd5acd0481ab030e8f130') build() { cd "$pkgname-$pkgver" |