mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/filezilla: Updated for version 3.61.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
48e99cc3a6
commit
8cf4410a6f
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=filezilla
|
||||
VERSION=${VERSION:-3.60.2}
|
||||
VERSION=${VERSION:-3.61.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="filezilla"
|
||||
VERSION="3.60.2"
|
||||
VERSION="3.61.0"
|
||||
HOMEPAGE="https://filezilla-project.org/"
|
||||
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.60.2_src.tar.bz2"
|
||||
MD5SUM="72dd72bb97a39cdda07a0e35a7400751"
|
||||
DOWNLOAD="https://download.filezilla-project.org/client/FileZilla_3.61.0_src.tar.bz2"
|
||||
MD5SUM="0b005ce25f7e887a55a220387efbf305"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK3 libfilezilla"
|
||||
|
|
Loading…
Reference in a new issue