diff options
author | root <root@rshg054.dnsready.net> | 2012-01-01 23:14:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-01 23:14:56 +0000 |
commit | 29f5aa692a3fa3ff3e743a47d1c57f1cc0341809 (patch) | |
tree | 862d365a74545cb3e7616d14e3b660aae977e6f8 /extra/lftp/PKGBUILD | |
parent | 8654516201466a2dd3f3f05a6c0095e69c01715c (diff) |
Sun Jan 1 23:14:56 UTC 2012
Diffstat (limited to 'extra/lftp/PKGBUILD')
-rw-r--r-- | extra/lftp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD index 1a568d541..3e1513ed6 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141035 2011-10-22 08:18:19Z andyrtr $ +# $Id: PKGBUILD 145777 2011-12-31 09:11:28Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.3.3 +pkgver=4.3.4 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('autoconf') url="http://lftp.yar.ru/" backup=('etc/lftp.conf') source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2) -md5sums=('91757a201c1030714ac1996f27437cc7') +md5sums=('4840d0d20fafff3792b0b8ac305ab01e') build() { cd ${srcdir}/${pkgname}-${pkgver} |