From 5a308de0590a26213933994bdb87f918d13314b7 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 15 Apr 2024 20:53:14 -0400 Subject: [PATCH 1/2] libfilezilla: update to 0.47.0 --- common/shlibs | 2 +- srcpkgs/libfilezilla/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 60179b1306b770..4767aa42e92858 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2569,7 +2569,7 @@ libhwloc.so.15 libhwloc-2.0.4_1 libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1 libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1 libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1 -libfilezilla.so.42 libfilezilla-0.46.0_1 +libfilezilla.so.43 libfilezilla-0.47.0_1 libtommath.so.1 libtommath-1.0_1 libKF5ItemViews.so.5 kitemviews-5.26.0_1 libunicorn.so.1 unicorn-1.0_1 diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template index 086b2fa3792e59..e0bb1a904a1a1f 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -1,7 +1,7 @@ # Template file for 'libfilezilla' # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable pkgname=libfilezilla -version=0.46.0 +version=0.47.0 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -13,7 +13,7 @@ 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/libfilezilla/libfilezilla-${version}.tar.xz" -checksum=387af5c4d4843482a5fbf183d01dd9619b4b85afa0d6895c5eecb3a6012fac21 +checksum=618a586b613bef710a633c42bfdda61666cbb0fc8a92ad490361d0bc91c58341 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel" From 48b3ae1c7cf20cd6d7739b6af672163d68889c67 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 15 Apr 2024 20:53:28 -0400 Subject: [PATCH 2/2] filezilla: update to 3.67.0 --- srcpkgs/filezilla/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index efd3a4d271381d..20f529c9e38101 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.66.5 +version=3.67.0 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.xz" -checksum=92122819bae6341070ba4b6ecb457e6730b46e7dc89942990903f298903d1b3b +checksum=e5dadc807db999ceb464984f974d3ef59b562c59546658057e9b201183adaf9a if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"