diff options
author | root <root@rshg047.dnsready.net> | 2011-04-30 22:33:37 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-30 22:33:37 +0000 |
commit | c173ac862828a54925737fc1d90ede1dd09a312c (patch) | |
tree | 63d6b46455a4abdaf96aef59bbaa4406c6fe04f8 /extra/lftp/PKGBUILD | |
parent | 693b5793b8c615601135bc04216a2ca0966087c5 (diff) |
Sat Apr 30 22:33:37 UTC 2011
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 2a3dace91..5d5fa30e4 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 119500 2011-04-11 19:32:01Z andyrtr $ +# $Id: PKGBUILD 121220 2011-04-29 15:00:49Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.2.2 +pkgver=4.2.3 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=('801d90de9def7fc0f88817bcc71295b7') +md5sums=('4957f40d55e1bc6985e11244364b8938') build() { cd ${srcdir}/${pkgname}-${pkgver} |