Skip to content

Commit

Permalink
Revert "filezilla: fix the download link"
Browse files Browse the repository at this point in the history
This reverts commit ddc213f.

the new link doesn't work
  • Loading branch information
lazka committed Sep 27, 2024
1 parent afff8d6 commit 849c824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-filezilla/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _wx_basever=3.2
pkgbase=mingw-w64-filezilla
pkgname=("${MINGW_PACKAGE_PREFIX}-filezilla")
pkgver=3.67.1
pkgrel=2
pkgrel=1
pkgdesc="Fast and reliable FTP, FTPS and SFTP client (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -23,11 +23,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-libfilezilla"
"${MINGW_PACKAGE_PREFIX}-sqlite3"
"${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-msw-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
makedepends=("${MINGW_PACKAGE_PREFIX}-boost"
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-boost"
"${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-msw")
source=("${_realname}-${pkgver}.tar.xz::https://dl4.cdn.filezilla-project.org/client/${_realname}_${pkgver}_src.tar.xz?h=bkAzf6vpkaJQSCjyZtQA3A&x=1727373536"
source=("https://download.filezilla-project.org/client/${_realname}_${pkgver}_src.tar.xz"
"0002-fix-mingw-compiler-detection.patch"
"0003-fix-build.patch")
sha256sums=('10468e6ef623ad9789996df61f588ca7417d39353678313611d54f2d8131a1db'
Expand Down

0 comments on commit 849c824

Please sign in to comment.