network/filezilla: Updated for version 3.8.0.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-04-12 18:53:54 -05:00
parent aacb8e2c93
commit 258acf1767
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=filezilla
VERSION=${VERSION:-3.7.4.1}
VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -98,7 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="filezilla"
VERSION="3.7.4.1"
VERSION="3.8.0"
HOMEPAGE="http://filezilla-project.org/"
DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.7.4.1_src.tar.bz2"
MD5SUM="e6c24c4ddc0fe5470fe890b5b2f5b49a"
DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.8.0_src.tar.bz2"
MD5SUM="63e584aa478e358105e45972ee718a19"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"