Date: Monday, September 17, 2018 @ 08:41:36 Author: bluewind Revision: 382294
upgpkg: filezilla 3.37.0-1 upstream update Modified: filezilla/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-17 08:41:27 UTC (rev 382293) +++ PKGBUILD 2018-09-17 08:41:36 UTC (rev 382294) @@ -2,7 +2,7 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=filezilla -pkgver=3.36.0 +pkgver=3.37.0 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('x86_64') @@ -9,7 +9,8 @@ url="http://filezilla-project.org/" license=('GPL') depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' 'libfilezilla') -source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2") +source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2") +md5sums=('f140829a83901515db5299214a43699e') prepare() { cd "${pkgname}-${pkgver}" @@ -32,4 +33,3 @@ make DESTDIR="${pkgdir}" install } -md5sums=('bcb5389ebbf59beb5e8c8e3ceaa555ba')
