From a0e10fe76052a984e7e041447288ca7792df0c67 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 7 Feb 2024 13:28:46 -0500 Subject: [PATCH] libfilezilla: update to 0.46.0 --- common/shlibs | 2 +- srcpkgs/libfilezilla/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 61e838157b2..8cb284247a0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2561,7 +2561,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.41 libfilezilla-0.45.0_1 +libfilezilla.so.42 libfilezilla-0.46.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 f9ccd3946ca..086b2fa3792 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -1,8 +1,8 @@ # Template file for 'libfilezilla' # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable pkgname=libfilezilla -version=0.45.0 -revision=2 +version=0.46.0 +revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="gettext pkg-config" @@ -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=3c1454bc1586d17776f62c7505d43a06d3abd2e2e35642cca477fa22f27d982f +checksum=387af5c4d4843482a5fbf183d01dd9619b4b85afa0d6895c5eecb3a6012fac21 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"