diff options
author | root <root@rshg054.dnsready.net> | 2013-05-19 01:31:03 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-19 01:31:03 -0700 |
commit | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (patch) | |
tree | d7249e7354a9daabdf75f5c25da47363d35f15a6 /extra/lftp | |
parent | 4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (diff) |
Sun May 19 01:30:44 PDT 2013
Diffstat (limited to 'extra/lftp')
-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 9e890ef91..5ca488f69 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180226 2013-03-18 16:47:18Z andyrtr $ +# $Id: PKGBUILD 185764 2013-05-18 14:49:17Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.4.5 +pkgver=4.4.6 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file') url="http://lftp.yar.ru/" backup=('etc/lftp.conf') source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2) -md5sums=('a8abdc87a00174571908ffaf5cdffd45') +md5sums=('377cc2caa2fc92755160270768e51604') build() { cd ${srcdir}/${pkgname}-${pkgver} |