filezilla: update to 3.69.3.

This commit is contained in:
Đoàn Trần Công Danh 2025-08-10 20:59:28 +07:00
parent c3692b7822
commit 1a42f83aaa

View file

@ -1,11 +1,11 @@
# Template file for 'filezilla' # Template file for 'filezilla'
pkgname=filezilla pkgname=filezilla
version=3.67.1 version=3.69.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
--with-wx-config=wx-config-gtk3" --with-wx-config=wx-config-gtk3"
hostmakedepends="gettext pkg-config" hostmakedepends="gettext pkg-config wxWidgets-gtk3-devel xdg-utils"
makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel
gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel boost-devel" gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel boost-devel"
depends="xdg-utils hicolor-icon-theme desktop-file-utils" depends="xdg-utils hicolor-icon-theme desktop-file-utils"
@ -15,11 +15,9 @@ license="GPL-2.0-or-later"
homepage="https://filezilla-project.org" homepage="https://filezilla-project.org"
changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co" changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz" distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"
checksum=10468e6ef623ad9789996df61f588ca7417d39353678313611d54f2d8131a1db # filezilla blocks non-web-download
distfiles="https://repo-default.voidlinux.org/distfiles/FileZilla_${version}_src.tar.xz"
if [ "$CROSS_BUILD" ]; then checksum=77847c572388df9d64eb547b49b6be81896b57cf41d5e472659dfeb8053ae17e
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
fi
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) CFLAGS="-msse2";; i686*|x86_64*) CFLAGS="-msse2";;