mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/filezilla: Updated for version 3.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
896df3bb44
commit
b73f9d6aa2
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# Slackware build script for filezilla
|
||||
|
||||
# Copyright 2007-2009 Grigorios Bouzakis <grbzks@xsmail.com>
|
||||
# Copyright 2010-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2010-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any purpose
|
||||
|
@ -21,7 +21,7 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=filezilla
|
||||
VERSION=${VERSION:-3.29.0}
|
||||
VERSION=${VERSION:-3.30.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="filezilla"
|
||||
VERSION="3.29.0"
|
||||
VERSION="3.30.0"
|
||||
HOMEPAGE="https://filezilla-project.org/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/filezilla/FileZilla_3.29.0_src.tar.bz2"
|
||||
MD5SUM="4bd8098d01ee1083ddf2bbd5fea86369"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/filezilla/FileZilla_3.30.0_src.tar.bz2"
|
||||
MD5SUM="7a4d6a58978e9bb5af5994a94132cfc7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK3 libfilezilla"
|
||||
|
|
Loading…
Reference in a new issue