diff --git a/common/shlibs b/common/shlibs index b4a2c79fe62..68225324d55 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2685,7 +2685,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.45 libfilezilla-0.48.1_1 +libfilezilla.so.48 libfilezilla-0.51.1_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 b5bf0eaab28..f5f08cd0153 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.48.1 +version=0.51.1 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -13,7 +13,10 @@ 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=4eea8abd456096625893b707e8db6c949e6f0466136c51c0b8ce58b5f8ef1e43 +distfiles="libfilezilla-${version}.tar.xz" +# filezilla blocks non-web-download +distfiles="https://repo-default.voidlinux.org/distfiles/libfilezilla_${version}_src.tar.xz" +checksum=9a4c88931711f4b9d31702af3555501151b2b9fa46d07f350597a3bc9d5832e6 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"