Date: Wednesday, April 4, 2018 @ 15:57:51 Author: bluewind Revision: 314168
upgpkg: filezilla 3.32.0-1 upstream update Modified: filezilla/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-04 15:38:57 UTC (rev 314167) +++ PKGBUILD 2018-04-04 15:57:51 UTC (rev 314168) @@ -3,7 +3,7 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=filezilla -pkgver=3.31.0 +pkgver=3.32.0 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('x86_64') @@ -10,7 +10,7 @@ url="http://filezilla-project.org/" license=('GPL') depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' 'libfilezilla') -source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2") +source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2") prepare() { cd "${pkgname}-${pkgver}" @@ -33,4 +33,4 @@ make DESTDIR="${pkgdir}" install } -md5sums=('0eee1369904e9b0b60500a1068ca5a85') +md5sums=('ed4e76c462cd183903c3cf72e58e6071')
