From 35f0d9b01c739cbc8420ac7702d76f261d780bf5 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Mon, 8 Jan 2018 23:48:09 +0000 Subject: [PATCH] filezilla: update to 3.30.0 --- filezilla/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filezilla/PKGBUILD b/filezilla/PKGBUILD index eb92987..83124d9 100644 --- a/filezilla/PKGBUILD +++ b/filezilla/PKGBUILD @@ -1,5 +1,5 @@ pkgname=filezilla -pkgver=3.29.0 +pkgver=3.30.0 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('x86_64') @@ -9,7 +9,7 @@ depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite3' 'gnu install=${pkgname}.install screenshot="https://filezilla-project.org/images/screenshots/fz3_linux_main.png" source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2") -sha256sums=('ead1ed74f19cf33aadf814a45b742207de3a8c349dbe2a11c344966bb8705259') +sha256sums=('910b676dd2b558a7c96cdbe77c2fb82df3cffd88a1b99b98b475e9c5d8c41ff0') build() { cd "${pkgname}-${pkgver}"