From f11a4283ceb76589dde84e1969c3a748a30769ea Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Fri, 28 Apr 2023 17:40:20 +0200 Subject: [PATCH] filezilla: update to 3.64.0. --- srcpkgs/filezilla/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index c4eb580bd93..6ea5a057986 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.63.2.1 +version=3.64.0 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck @@ -14,8 +14,8 @@ maintainer="Helmut Pozimski " 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=6dc14c6f7f4de7e44c8429b32f7f9edbbf10732d21dd75d8974ae44007b7b79d +distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz" +checksum=813d184d54984cf0fb27a455423089070e273b2ef8a70cb613e741170edf479a if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"