diff --git a/srcpkgs/filezilla/patches/fix-build.patch b/srcpkgs/filezilla/patches/fix-build.patch deleted file mode 100644 index 0c911963f6..0000000000 --- a/srcpkgs/filezilla/patches/fix-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/engine/sftpcontrolsocket.cpp.orig 2016-09-26 03:00:12.401188401 +0200 -+++ src/engine/sftpcontrolsocket.cpp 2016-09-26 03:00:23.531188975 +0200 -@@ -2031,7 +2031,7 @@ - - std::wstring CSftpControlSocket::QuoteFilename(std::wstring const& filename) - { -- return L"\"" + fz::replace_substrings(filename, L"\"", L"\"\"") + L"\""; -+ return L"\"" + fz::replaced_substrings(filename, L"\"", L"\"\"") + L"\""; - } - - int CSftpControlSocket::Delete(const CServerPath& path, std::deque&& files) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index d85ab98aed..96daa72a8c 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,7 +1,7 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.21.0 -revision=2 +version=3.22.0 +revision=1 nocross=yes build_style=gnu-configure configure_args="WXRC=/usr/bin/wxrc-3.0 --with-wx-config=wx-config-3.0 @@ -15,4 +15,4 @@ maintainer="Juan RP " license="GPL-2" homepage="http://filezilla-project.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2" -checksum=209bcdfcd60ae2278fa2fa8d99421682e0db146add9e96cb1e8455c3378c80e4 +checksum=60b48314f356f682712c9cec0a27c6469bf888da781c658054bb7f0b23dcfacf