network/filezilla: Updated for version 3.63.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-01-30 09:19:13 +07:00
parent f32aeda15d
commit 42cb154a45
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=filezilla
VERSION=${VERSION:-3.63.0}
VERSION=${VERSION:-3.63.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="filezilla"
VERSION="3.63.0"
VERSION="3.63.1"
HOMEPAGE="https://filezilla-project.org/"
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.63.0_src.tar.bz2"
MD5SUM="b888ea577641734b194e11d48470060d"
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.63.1_src.tar.bz2"
MD5SUM="eeac92ca2b1972e6f666254dc51a1452"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxWidgets libfilezilla"