diff options
author | prspkt <prspkt@protonmail.com> | 2018-08-02 14:53:52 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-31 06:32:29 +0000 |
commit | e9afc99fde5d36cf252f82f00c74bde502d03a65 (patch) | |
tree | bd5a24185010ee295d351627b8d57e6ad01797f8 /main/lftp/APKBUILD | |
parent | 38a33ff329e3f72d78dcc0cbb89829196b05131c (diff) | |
download | aports-e9afc99fde5d36cf252f82f00c74bde502d03a65.tar.bz2 aports-e9afc99fde5d36cf252f82f00c74bde502d03a65.tar.xz |
main/lftp: clarify license, use https
Diffstat (limited to 'main/lftp/APKBUILD')
-rw-r--r-- | main/lftp/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/lftp/APKBUILD b/main/lftp/APKBUILD index 2e7177e747..54abdf4cca 100644 --- a/main/lftp/APKBUILD +++ b/main/lftp/APKBUILD @@ -4,13 +4,13 @@ pkgname=lftp pkgver=4.8.4 pkgrel=0 -pkgdesc="LFTP is sophisticated ftp/http client" -url="http://lftp.tech/" +pkgdesc="Sophisticated ftp/http client" +url="https://lftp.tech" arch="all" -license="GPL" +license="GPL-3.0-or-later" makedepends="zlib-dev libressl-dev readline-dev ncurses-dev" subpackages="$pkgname-doc" -source="http://lftp.yar.ru/ftp/$pkgname-$pkgver.tar.xz" +source="https://lftp.yar.ru/ftp/$pkgname-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver # secfixes: |