From 9dea5b970158e5f6714736add11135766436678a Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 8 Nov 2019 09:29:56 +0100 Subject: [PATCH 1/2] libfilezilla: update to 0.19.0. --- srcpkgs/libfilezilla/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template index ea03f727cb9..91b1994cde3 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -1,19 +1,19 @@ # Template file for 'libfilezilla' # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable pkgname=libfilezilla -version=0.18.2 +version=0.19.0 revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config" makedepends="nettle-devel gnutls-devel" short_desc="Small and modern C++ library, which offers some basic functionalities" -maintainer="bra1nwave " +maintainer="bra1nwave " license="GPL-2.0-or-later" homepage="https://lib.filezilla-project.org/" changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?view=co" distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=40d86929b486a6809c4b52d607f21a00e634e0b9b792504fe2964c117b522dc9 +checksum=20988fb15eac477c6f08846895799c095aae4faa0947fdd6ecdd999955364657 case "$XBPS_TARGET_MACHINE" in armv[56]*|ppc|ppc-musl*) From e44353e0e54c7729a6db97558247990976a5033a Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 8 Nov 2019 09:37:42 +0100 Subject: [PATCH 2/2] filezilla: rebuild against libfilezilla-0.19.0 --- srcpkgs/filezilla/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index c6de4dde1c3..659a81388d8 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,7 +1,7 @@ # Template file for 'filezilla' pkgname=filezilla version=3.45.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck --with-wx-config=wx-config-gtk3"