summaryrefslogtreecommitdiffstats
path: root/network/filezilla/filezilla.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-01-25 17:58:42 +0100
committer Willy Sudiarto Raharjo2023-01-28 02:23:08 +0100
commitf4a75e30e4f7c5ed85c672161871682a2e139c44 (patch)
treed211a1e6b8a95acfa9799bda0bc6a18205b728c1 /network/filezilla/filezilla.SlackBuild
parent863e244b946abd0accf59168fff09eade521a644 (diff)
downloadslackbuilds-f4a75e30e4f7c5ed85c672161871682a2e139c44.tar.gz
network/filezilla: Updated for version 3.63.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/filezilla/filezilla.SlackBuild')
-rw-r--r--network/filezilla/filezilla.SlackBuild7
1 files changed, 2 insertions, 5 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