filezilla: update to 3.65.0.

This commit is contained in:
Helmut Pozimski 2023-07-17 20:26:38 +02:00
parent c67d3aac12
commit c1fab72977

View File

@ -1,13 +1,13 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.64.0
version=3.65.0
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
--with-wx-config=wx-config-gtk3"
hostmakedepends="gettext pkg-config"
makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel
gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel"
gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel boost-devel"
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
short_desc="Fast and reliable FTP, FTPS and SFTP client"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
@ -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.xz"
checksum=813d184d54984cf0fb27a455423089070e273b2ef8a70cb613e741170edf479a
checksum=d2bce4dbaa80fe035836db19441e90befcbabdef5556e9a4b3d4dd233638bdea
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"