filezilla: update to 3.63.0.

This commit is contained in:
Helmut Pozimski 2023-01-26 15:40:27 +01:00
parent c25315addd
commit 9ebf784219
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.62.2
version=3.63.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.bz2"
checksum=a76709635ca0ea474f691f6c60b191334af3079ef192c07c346504baab738c12
checksum=0fbff6c9b25f50d77a1f5e4139fe0acae4603c78074bcfa9afe9e032989ca400
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
@ -24,3 +24,7 @@ fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) CFLAGS="-msse2";;
esac