From 3e2acfa80adde08db3c1c916fea9799975a993cb Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 24 Mar 2021 20:08:32 +0100 Subject: [PATCH] filezilla: update to 3.53.1. --- srcpkgs/filezilla/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index e1376f1c9b6..1ac4a2bd952 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.53.0 +version=3.53.1 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=3095e760df4f5400edb4daa3de1b212c49479360f2f45cc4ebb72530c87ce420 +checksum=656874f2eaec54672c72f41ea5ea149c50197c50de5d6748bb41d722bfc3f779 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"