Date: Sunday, April 28, 2019 @ 12:11:40
  Author: bluewind
Revision: 454966

Use https in the url field

Modified:
  filezilla/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-28 12:11:35 UTC (rev 454965)
+++ PKGBUILD    2019-04-28 12:11:40 UTC (rev 454966)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
-url="http://filezilla-project.org/";
+url="https://filezilla-project.org/";
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
 
source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)

Reply via email to