summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-23 21:22:24 +0200
committerIsmael Luceno2019-08-23 21:22:24 +0200
commit476e00b83813a975ee9af9f48631aeb56f9a567c (patch)
tree127bedb178f546839b3ac6dd87f0cca11c10ca0b /ftp
parent8e336e26c8202b4ac5529e5a50905957563f011b (diff)
lftp 4.8.4
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/lftp/DETAILS4
-rw-r--r--ftp/lftp/HISTORY4
2 files changed, 5 insertions, 3 deletions
diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS
index 72c2682121..6b7f82f39b 100755
--- a/ftp/lftp/DETAILS
+++ b/ftp/lftp/DETAILS
@@ -1,13 +1,11 @@
SPELL=lftp
- VERSION=4.8.3
+ VERSION=4.8.4
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://lftp.yar.ru
SOURCE_URL[0]=$WEB_SITE/ftp/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_URL[1]=ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$SOURCE
- SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
SOURCE_GPG=lftp.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
ENTERED=20010922
diff --git a/ftp/lftp/HISTORY b/ftp/lftp/HISTORY
index 3510d4ec6f..8beb935909 100644
--- a/ftp/lftp/HISTORY
+++ b/ftp/lftp/HISTORY
@@ -1,3 +1,7 @@
+2019-08-23 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: Removed SOURCE_URL[1] & SOURCE2_URL[1]
+ updated spell to 4.8.4
+
2017-12-07 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 4.8.3
* PRE_BUILD, 0002-fix-gcc-6-conflicts-signbit.patch: