Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filezilla: update to 3.46.3. #17748

Merged
merged 2 commits into from
Dec 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,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.2 libfilezilla-0.19.1_1
libfilezilla.so.3 libfilezilla-0.19.3_1
libtommath.so.1 libtommath-1.0_1
libKF5ItemViews.so.5 kitemviews-5.26.0_1
libunicorn.so.1 unicorn-1.0_1
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/filezilla/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.46.0
version=3.46.3
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
Expand All @@ -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.bz2"
checksum=ce5eb1edb33a66c8531409508342e4abfb11162a00496e9242889b75ae29e66c
checksum=f1c5bff0a99c39447a5ea9fdfcc16cc408876ef52fa8d5e7bf041ea0717a7395

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/libfilezilla/template
Original file line number Diff line number Diff line change
@@ -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.19.1
version=0.19.3
revision=1
build_style=gnu-configure
configure_args="--disable-static"
Expand All @@ -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/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=0a42efed8320a6eac51b10d4d5960c129cc442bfaa93a4d6df115b8bcc665a32
checksum=a43d49f86d5550e9a81aee2394bac066333d5bb47943e92c629cb9d52037b43a

case "$XBPS_TARGET_MACHINE" in
armv[56]*|ppc|ppc-musl*)
Expand Down