summaryrefslogtreecommitdiffstats
path: root/network/filezilla
diff options
context:
space:
mode:
Diffstat (limited to 'network/filezilla')
-rw-r--r--network/filezilla/README10
-rw-r--r--network/filezilla/filezilla.SlackBuild9
-rw-r--r--network/filezilla/filezilla.info8
3 files changed, 12 insertions, 15 deletions
diff --git a/network/filezilla/README b/network/filezilla/README
index c5a2911d60..f4398a33dc 100644
--- a/network/filezilla/README
+++ b/network/filezilla/README
@@ -1,7 +1,7 @@
FileZilla Client is a fast and reliable cross-platform FTP, FTPS and
-SFTP client with lots of useful features and an intuitive graphical user
-interface.
+SFTP client with lots of useful features and an intuitive graphical
+user interface.
-pugixml is an optional dependency - to use an installed version of pugixml,
-run the script as "PUGIXML=yes ./filezilla.SlackBuild" - otherwise, the
-build will use an included copy of pugixml.
+pugixml is an optional dependency - to use an installed version of
+pugixml, run the script as "PUGIXML=yes ./filezilla.SlackBuild" -
+otherwise, the build will use an included copy of pugixml.
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild
index b1a723679d..680624a0cf 100644
--- a/network/filezilla/filezilla.SlackBuild
+++ b/network/filezilla/filezilla.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for filezilla
# Copyright 2007-2009 Grigorios Bouzakis <grbzks@xsmail.com>
-# Copyright 2010-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2010-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=filezilla
-VERSION=${VERSION:-3.56.0}
+VERSION=${VERSION:-3.67.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -36,9 +36,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -77,7 +74,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/FileZilla_${VERSION}_src.tar.bz2
+tar xvf $CWD/FileZilla_${VERSION}_src.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/network/filezilla/filezilla.info b/network/filezilla/filezilla.info
index 0ef1495c35..b017d6d4f1 100644
--- a/network/filezilla/filezilla.info
+++ b/network/filezilla/filezilla.info
@@ -1,10 +1,10 @@
PRGNAM="filezilla"
-VERSION="3.56.0"
+VERSION="3.67.0"
HOMEPAGE="https://filezilla-project.org/"
-DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.56.0_src.tar.bz2"
-MD5SUM="010fcc358957c74b3d381edef6745318"
+DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.67.0_src.tar.xz"
+MD5SUM="ddcf03519e2e55ada0bb77c2a6a73fba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxGTK3 libfilezilla"
+REQUIRES="wxWidgets libfilezilla"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"