diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-10 12:41:36 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:14:56 -0600 |
commit | 44fa0120d9abf56eeeeee3c810ce6521efc19f36 (patch) | |
tree | f22a70434cb7ccc32d2c4fc49504cd3c0ed6fd90 /network/filezilla | |
parent | 0d17db9cefe67857b2677ac126c7a4c36b808b59 (diff) | |
download | slackbuilds-44fa0120d9abf56eeeeee3c810ce6521efc19f36.tar.gz |
network/filezilla: Updated for version 3.7.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/filezilla')
-rw-r--r-- | network/filezilla/filezilla.SlackBuild | 8 | ||||
-rw-r--r-- | network/filezilla/filezilla.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild index c61c9308ae..27391a2a10 100644 --- a/network/filezilla/filezilla.SlackBuild +++ b/network/filezilla/filezilla.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for filezilla # Copyright 2007-2009 Grigorios Bouzakis <grbzks@xsmail.com> -# Copyright 2010-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org> +# Copyright 2010-2014 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.7.3} +VERSION=${VERSION:-3.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,8 +71,8 @@ tar xvf $CWD/FileZilla_${VERSION}_src.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; diff --git a/network/filezilla/filezilla.info b/network/filezilla/filezilla.info index 2ba736a9f8..c4cc8e7886 100644 --- a/network/filezilla/filezilla.info +++ b/network/filezilla/filezilla.info @@ -1,8 +1,8 @@ PRGNAM="filezilla" -VERSION="3.7.3" +VERSION="3.7.4" HOMEPAGE="http://filezilla-project.org/" -DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.7.3_src.tar.bz2" -MD5SUM="df7828739a852ac3adbc1c010303115d" +DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.7.4_src.tar.bz2" +MD5SUM="8419418f1f473bf153369d7a834e39e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython" |