diff options
| author | Michael Hanson <hansonorders@verizon.net> | 2010-11-30 23:39:33 (GMT) | 
|---|---|---|
| committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-30 23:39:33 (GMT) | 
| commit | 46285f8aa09e7c6bbeec4062bd0caf72fb45fe85 (patch) | |
| tree | f5b1fe74f81800ebc341194e46baac10bb1a0928 | |
| parent | da4a4737a65b6b9ec1b640ead5f30f87287db7c4 (diff) | |
| download | linhes_pkgbuild-46285f8aa09e7c6bbeec4062bd0caf72fb45fe85.zip linhes_pkgbuild-46285f8aa09e7c6bbeec4062bd0caf72fb45fe85.tar.gz linhes_pkgbuild-46285f8aa09e7c6bbeec4062bd0caf72fb45fe85.tar.bz2 | |
libldap: upgrade
| -rw-r--r-- | abs/core/libldap/PKGBUILD | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/abs/core/libldap/PKGBUILD b/abs/core/libldap/PKGBUILD index 98b6667..d99212b 100644 --- a/abs/core/libldap/PKGBUILD +++ b/abs/core/libldap/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83737 2010-06-22 18:32:52Z andrea $ +# $Id: PKGBUILD 90284 2010-09-10 11:31:02Z andrea $  # Maintainer:  # Contributor: Judd Vinet <jvinet@zeroflux.org>  pkgname=libldap -pkgver=2.4.22 -pkgrel=2 +pkgver=2.4.23 +pkgrel=1  pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"  arch=('i686' 'x86_64')  license=('custom') @@ -15,7 +15,7 @@ makedepends=('tcp_wrappers')  options=('!libtool')  source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz"          'ntlm.patch') -md5sums=('ef01b52255ce8e3fbf8aa34f6fe7598b' +md5sums=('90150b8c0d0192e10b30157e68844ddf'           'dfa9eb6f2fd9d0a3dab0e1860923489e')  build() { | 
