mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/filezilla: Updated for version 3.63.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f32aeda15d
commit
42cb154a45
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue