filezilla: update to 3.66.1

This commit is contained in:
Biswapriyo Nath
2023-11-08 17:37:42 +00:00
parent faff666314
commit e581cf003d

View File

@@ -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() {