From 222c1ebb31414b1a1f916fc055b04f1d1498770c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 19 Jun 2018 23:31:04 -0300 Subject: [PATCH] filezilla: update to 3.34.0. --- srcpkgs/filezilla/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 9c0b6522054..cf0cd16fbd4 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.33.0 +version=3.34.0 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck" @@ -12,10 +12,11 @@ short_desc="Fast and reliable FTP, FTPS and SFTP client" maintainer="Juan RP " license="GPL-2.0-or-later" homepage="http://filezilla-project.org/" +changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co" distfiles="https://dl3.cdn.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2" -checksum=f4ab6d4368c0b0c89dd938f823a20164e1ed738fd7389775a899939232570ec1 +checksum=637ea551a442e22d8ee862b0f035077d37ba823a4372e8d0fcbd5b0e378bea80 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-devel xdg-utils" case "$XBPS_TARGET_MACHINE" in armv6*) makedepends+=" libatomic-devel" ;;