From ca3b954619a0d40a8e14aba4ad9e33e3e23aec2d Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Fri, 28 Apr 2023 17:25:03 +0200 Subject: [PATCH] libfilezilla: update to 0.42.2. --- common/shlibs | 2 +- srcpkgs/libfilezilla/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index c6258bbf1e4..ff086d681fb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2628,7 +2628,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.35 libfilezilla-0.41.1_1 +libfilezilla.so.36 libfilezilla-0.42.2_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 489d94d6c4b..617cd0caffc 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.41.1 +version=0.42.2 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -12,8 +12,8 @@ maintainer="Orphaned " 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=a4d55f82224057c8940a01565483b056bab321df140f9e64f20018f986200574 +distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.xz" +checksum=4f9981a171919d3f3f4742fd50c0265947e67c531aff66fa46c7511a2629ce91 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"