diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2010-09-02 09:19:25 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2010-09-02 09:19:25 +0200 |
commit | 991a729c8494ef1dea5171af4645e8c358e2f764 (patch) | |
tree | 0ed5875b1bb176979227db9402483a6dc4f34d26 /lftp | |
parent | 29b9070e2068b497d31e26f219f54dbb2b7eb341 (diff) | |
download | opt-991a729c8494ef1dea5171af4645e8c358e2f764.tar.gz opt-991a729c8494ef1dea5171af4645e8c358e2f764.tar.xz |
lftp: updated to 4.0.10.
Diffstat (limited to 'lftp')
-rw-r--r-- | lftp/.footprint | 2 | ||||
-rw-r--r-- | lftp/.md5sum | 2 | ||||
-rw-r--r-- | lftp/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lftp/.footprint b/lftp/.footprint index 0e51a6ddb..b9c528042 100644 --- a/lftp/.footprint +++ b/lftp/.footprint @@ -12,7 +12,7 @@ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/lftp.conf.5.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/lftp/ --rwxr-xr-x root/root usr/share/lftp/convert-netscape-cookies +-rwxr-xr-x root/root usr/share/lftp/convert-mozilla-cookies -rwxr-xr-x root/root usr/share/lftp/import-ncftp -rwxr-xr-x root/root usr/share/lftp/import-netscape -rwxr-xr-x root/root usr/share/lftp/verify-file diff --git a/lftp/.md5sum b/lftp/.md5sum index d7674ed1e..6e0aa45d8 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -b3d584d12fd04037916882b1a00f2f92 lftp-4.0.9.tar.lzma +3dfd4458e1a72803821de468b77ae536 lftp-4.0.10.tar.xz diff --git a/lftp/Pkgfile b/lftp/Pkgfile index 23cc35e6d..f4cc9bc14 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -4,9 +4,9 @@ # Depends on: openssl name=lftp -version=4.0.9 +version=4.0.10 release=1 -source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.lzma) +source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz) build() { cd $name-$version |