From a52e1d55749e89e049410222be95c77f6d0d5a99 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 27 Oct 2023 23:45:58 -0400 Subject: [PATCH] filezilla: update to 3.66.0 --- srcpkgs/filezilla/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index ebac028ae1a4bf..91493c19a13a99 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,7 +1,7 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.65.0 -revision=3 +version=3.66.0 +revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck --with-wx-config=wx-config-gtk3" @@ -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=d2bce4dbaa80fe035836db19441e90befcbabdef5556e9a4b3d4dd233638bdea +checksum=e78eb6bd861fc167b385aa2c05b6cac2dbbd901c4c8bf18a09724c33ab04be1b if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"