diff options
author | Thomas Penteker <tek@serverop.de> | 2013-08-23 21:18:50 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2013-08-23 21:18:50 +0200 |
commit | e9d39b540e6c7b6f40ab8890d1cf48c0549659f6 (patch) | |
tree | f6c1ad3d35480340e50a90a60f3f1e6d6efc8a08 /lftp | |
parent | 08792e0e42ab8f7abeb239ddd31d7edf4abb6f18 (diff) | |
download | opt-e9d39b540e6c7b6f40ab8890d1cf48c0549659f6.tar.gz opt-e9d39b540e6c7b6f40ab8890d1cf48c0549659f6.tar.xz |
lftp: 4.4.8 -> 4.4.9
Diffstat (limited to 'lftp')
-rw-r--r-- | lftp/.md5sum | 2 | ||||
-rw-r--r-- | lftp/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lftp/.md5sum b/lftp/.md5sum index 25cc0db39..62c34d7e9 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -78906bf474bfe0110b6625601aa39112 lftp-4.4.8.tar.xz +3cbf1c4c39d2f66358aad7933a5e1d38 lftp-4.4.9.tar.xz diff --git a/lftp/Pkgfile b/lftp/Pkgfile index 3c2f76f2f..7d6f3b963 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -5,9 +5,9 @@ # Depends on: openssl name=lftp -version=4.4.8 +version=4.4.9 release=1 -source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz) +source=(http://lftp.yar.ru/ftp/lftp-$version.tar.xz) build() { cd $name-$version |