From a3b54f872cb46bcf71ccc61e3786a4b74e567b35 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 26 Nov 2022 08:32:30 +0100 Subject: [PATCH] filezilla: update to 3.62.2. --- srcpkgs/filezilla/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index d43abef318f..4731539ea87 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.62.1 +version=3.62.2 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=3c73c52384e366306cfd0edf75b7bb858856c7d74adecc2f0c7a28883835a4a2 +checksum=a76709635ca0ea474f691f6c60b191334af3079ef192c07c346504baab738c12 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"