summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-25 23:58:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:23:08 +0700
commitf4a75e30e4f7c5ed85c672161871682a2e139c44 (patch)
treed211a1e6b8a95acfa9799bda0bc6a18205b728c1
parent863e244b946abd0accf59168fff09eade521a644 (diff)
downloadslackbuilds-f4a75e30e4f7c5ed85c672161871682a2e139c44.tar.gz
slackbuilds-f4a75e30e4f7c5ed85c672161871682a2e139c44.tar.xz
network/filezilla: Updated for version 3.63.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/filezilla/filezilla.SlackBuild7
-rw-r--r--network/filezilla/filezilla.info8
2 files changed, 6 insertions, 9 deletions
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild
index b52b254ea5..accb976a6c 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.62.2}
+VERSION=${VERSION:-3.63.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
diff --git a/network/filezilla/filezilla.info b/network/filezilla/filezilla.info
index 744ffb0826..cb28d97967 100644
--- a/network/filezilla/filezilla.info
+++ b/network/filezilla/filezilla.info
@@ -1,10 +1,10 @@
PRGNAM="filezilla"
-VERSION="3.62.2"
+VERSION="3.63.0"
HOMEPAGE="https://filezilla-project.org/"
-DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.62.2_src.tar.bz2"
-MD5SUM="8bf22d33c97a6614709205e456cdec03"
+DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.63.0_src.tar.bz2"
+MD5SUM="b888ea577641734b194e11d48470060d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxGTK3 libfilezilla"
+REQUIRES="wxWidgets libfilezilla"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"