filezilla: update to 3.64.0.

This commit is contained in:
Helmut Pozimski 2023-04-28 17:40:20 +02:00
parent ca3b954619
commit f11a4283ce

View file

@ -1,6 +1,6 @@
# Template file for 'filezilla' # Template file for 'filezilla'
pkgname=filezilla pkgname=filezilla
version=3.63.2.1 version=3.64.0
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
@ -14,8 +14,8 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later" 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.xz"
checksum=6dc14c6f7f4de7e44c8429b32f7f9edbbf10732d21dd75d8974ae44007b7b79d checksum=813d184d54984cf0fb27a455423089070e273b2ef8a70cb613e741170edf479a
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils" hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"