diff options
author | prspkt <prspkt@protonmail.com> | 2018-10-04 22:38:49 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-10-06 02:14:54 +0300 |
commit | b6af8c59d58cf5489c03e945f920cecceaaee160 (patch) | |
tree | 2cc7828578b114165944ad5a83f4469d9cfd4f95 /community/filezilla/APKBUILD | |
parent | e7ec7973c1fd9390ffc82901e9f2cf129dff8627 (diff) | |
download | aports-b6af8c59d58cf5489c03e945f920cecceaaee160.tar.bz2 aports-b6af8c59d58cf5489c03e945f920cecceaaee160.tar.xz |
community/filezilla: clarify license, use https
Diffstat (limited to 'community/filezilla/APKBUILD')
-rw-r--r-- | community/filezilla/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD index 3ebfeffc60..d1c2b12090 100644 --- a/community/filezilla/APKBUILD +++ b/community/filezilla/APKBUILD @@ -3,9 +3,9 @@ pkgname=filezilla pkgver=3.37.4 pkgrel=0 pkgdesc="FTP Client" -url="http://filezilla-project.org" +url="https://filezilla-project.org" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" makedepends="libfilezilla-dev wxgtk-dev libidn-dev nettle-dev gnutls-dev pugixml-dev xdg-utils gtk+2.0-dev sqlite-dev" subpackages="$pkgname-doc $pkgname-lang" |