diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-03 03:32:55 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-03 03:32:55 +0000 |
commit | 11196316291f49af2bacd1b4531e0a548729dea2 (patch) | |
tree | c0ae60259974e11fa566cc66836cbffe0594376e /extra/lftp | |
parent | 62ef4573f0f6a0a2ccaee3967ec3845afb6faaf0 (diff) |
Tue Jun 3 03:28:08 UTC 2014
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 6b46c5af2..c06a7a860 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 213418 2014-05-23 17:14:49Z andyrtr $ +# $Id: PKGBUILD 214044 2014-06-02 19:37:47Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.5.0 +pkgver=4.5.1 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://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc}) -md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8' +md5sums=('1a43302f5bc3552741c329c6afe86c9a' 'SKIP') build() { |