From e581cf003da7319bbd86a5d47fa78d1587b0dcda Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 8 Nov 2023 17:37:42 +0000 Subject: [PATCH] filezilla: update to 3.66.1 --- mingw-w64-filezilla/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mingw-w64-filezilla/PKGBUILD b/mingw-w64-filezilla/PKGBUILD index 61cc647d58..37f7fc061d 100644 --- a/mingw-w64-filezilla/PKGBUILD +++ b/mingw-w64-filezilla/PKGBUILD @@ -4,11 +4,16 @@ _realname=FileZilla _wx_basever=3.2 pkgbase=mingw-w64-filezilla pkgname=("${MINGW_PACKAGE_PREFIX}-filezilla") -pkgver=3.65.0 +pkgver=3.66.1 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +msys2_references=( + 'archlinux: filezilla' +) +msys2_repository_url="https://svn.filezilla-project.org/filezilla/FileZilla3/" +msys2_documentation_url="https://wiki.filezilla-project.org/Documentation" url="https://filezilla-project.org/" depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-gnutls" @@ -22,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-boost" license=('spdx:GPL-2.0-or-later') source=("https://download.filezilla-project.org/client/${_realname}_${pkgver}_src.tar.xz" "0002-fix-mingw-compiler-detection.patch") -sha256sums=('d2bce4dbaa80fe035836db19441e90befcbabdef5556e9a4b3d4dd233638bdea' +sha256sums=('4b74f9ab2fc0ef99c13a655d4a3b24157a66fcbdf0a51bae8137f3bf7292b4bc' 'b19da8c59e9010cd08034090a64348d30e2e9d14a8cefa87da994825197f58ba') prepare() {