From 15fc2c821dbe3d06b971a3b6044fd7e322792b57 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 20 May 2020 20:52:36 +0200 Subject: [PATCH] filezilla: update to 3.48.1. --- srcpkgs/filezilla/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 745400bacd..2c3095633d 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,7 +1,7 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.48.0 -revision=2 +version=3.48.1 +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.bz2" -checksum=056c7ebef70a349ff527336585e4615dd7ff02d508075ba1298df90523a25d57 +checksum=abffd877ff9006e8e50ce4957393f0a27cc0a7360e626123ef15974eee13ef5d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"