filezilla: update to 3.22.0.
This commit is contained in:
parent
52675bfdce
commit
431ec425b0
2 changed files with 3 additions and 14 deletions
|
@ -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<std::wstring>&& files)
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://filezilla-project.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
|
||||
checksum=209bcdfcd60ae2278fa2fa8d99421682e0db146add9e96cb1e8455c3378c80e4
|
||||
checksum=60b48314f356f682712c9cec0a27c6469bf888da781c658054bb7f0b23dcfacf
|
||||
|
|
Loading…
Reference in a new issue