filezilla: update to 3.47.2.1.
This commit is contained in:
parent
28720a2015
commit
35d4bc1452
|
@ -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
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'filezilla'
|
# Template file for 'filezilla'
|
||||||
pkgname=filezilla
|
pkgname=filezilla
|
||||||
version=3.47.1
|
version=3.47.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
|
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
|
||||||
|
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://filezilla-project.org"
|
homepage="https://filezilla-project.org"
|
||||||
changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
|
changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
|
||||||
distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
|
distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
|
||||||
checksum=3eb14da13e09b74db87af8009fdbc87dfa14a1016e83d3dbaf5d7bcdee1ad173
|
checksum=6ef48268bf992fbb419d865c39043c97f62b8c2b27e7aee7f42c2401a4fe57ea
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
||||||
|
|
Loading…
Reference in New Issue