filezilla: update to 3.47.2.1.

This commit is contained in:
Helmut Pozimski 2020-03-11 19:07:45 +01:00
parent 28720a2015
commit 35d4bc1452
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- src/interface/Mainfrm.h 2020-03-11 19:25:00.949572120 +0100
+++ src/interface/Mainfrm.h 2020-03-11 19:25:15.536378827 +0100
@@ -8,6 +8,8 @@
#include <wx/timer.h>
+#include <list>
+
#ifndef __WXMAC__
#include <wx/taskbar.h>
#endif

View File

@ -1,6 +1,6 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.47.1
version=3.47.2.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=3eb14da13e09b74db87af8009fdbc87dfa14a1016e83d3dbaf5d7bcdee1ad173
checksum=6ef48268bf992fbb419d865c39043c97f62b8c2b27e7aee7f42c2401a4fe57ea
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"