filezilla: update to 3.55.0.

This commit is contained in:
Helmut Pozimski 2021-07-21 21:45:47 +02:00
parent bc308787da
commit f3ce7dc9fc
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- a/src/commonui/Makefile.in 2021-07-21 21:11:45.600907372 +0200
+++ b/src/commonui/Makefile.in 2021-07-21 21:12:01.772920575 +0200
@@ -191,7 +191,7 @@
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 =
-libfzclient_commonui_private_la_LINK = $(LIBTOOL) $(AM_V_lt) \
+libfzclient_commonui_private_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \
$(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
$(libfzclient_commonui_private_la_LDFLAGS) $(LDFLAGS) -o $@

View file

@ -1,6 +1,6 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.54.1
version=3.55.0
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
homepage="https://filezilla-project.org"
changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
checksum=703a199c13bb681d6eb0e3fe6e1cc9d0b690016acdd47b26bd12a2a95ff4aa6a
checksum=ae70eb4180d136be29bbad6fcdd188e497e205fc416ea3e413dce7cd8cab9c82
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"