mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
network/filezilla: Updated for version 3.58.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0760e97819
commit
b2d7d02536
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=filezilla
|
||||
VERSION=${VERSION:-3.57.0}
|
||||
VERSION=${VERSION:-3.58.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="filezilla"
|
||||
VERSION="3.57.0"
|
||||
VERSION="3.58.0"
|
||||
HOMEPAGE="https://filezilla-project.org/"
|
||||
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.57.0_src.tar.bz2"
|
||||
MD5SUM="c6844958dc38d05981d602df9c9309c4"
|
||||
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.58.0_src.tar.bz2"
|
||||
MD5SUM="6b4fdd5fafec402f20854aead7d3c715"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK3 libfilezilla"
|
||||
|
|
Loading…
Reference in a new issue