diff --git a/srcpkgs/filezilla/patches/libtool_tag.patch b/srcpkgs/filezilla/patches/libtool_tag.patch deleted file mode 100644 index 0aa3f667b91..00000000000 --- a/srcpkgs/filezilla/patches/libtool_tag.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 $@ diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 9e230016115..8e794831bf7 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.55.0 +version=3.55.1 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=ae70eb4180d136be29bbad6fcdd188e497e205fc416ea3e413dce7cd8cab9c82 +checksum=67f8d0e11f53fd23207d3cbfc942d03f3e23ee439ee48a14a2143c9950f776a5 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"