Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
2 deletions
-
packages/lftp/build.sh
|
@ -1,9 +1,9 @@ |
|
|
TERMUX_PKG_HOMEPAGE=https://lftp.tech/ |
|
|
TERMUX_PKG_HOMEPAGE=https://lftp.tech/ |
|
|
TERMUX_PKG_DESCRIPTION="FTP/HTTP client and file transfer program" |
|
|
TERMUX_PKG_DESCRIPTION="FTP/HTTP client and file transfer program" |
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
TERMUX_PKG_VERSION=4.9.0 |
|
|
TERMUX_PKG_VERSION=4.9.1 |
|
|
TERMUX_PKG_SRCURL=https://lftp.tech/ftp/lftp-${TERMUX_PKG_VERSION}.tar.xz |
|
|
TERMUX_PKG_SRCURL=https://lftp.tech/ftp/lftp-${TERMUX_PKG_VERSION}.tar.xz |
|
|
TERMUX_PKG_SHA256=0b3b659e1969a31827a25861c01ccf71ac6d3f20ee256bdf6999d653e031a24e |
|
|
TERMUX_PKG_SHA256=5969fcaefd102955dd882f3bcd8962198bc537224749ed92f206f415207a024b |
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libc++, libexpat, libiconv, openssl, readline, libidn2, zlib" |
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libc++, libexpat, libiconv, openssl, readline, libidn2, zlib" |
|
|
|
|
|
|
|
|
# (1) Android has dn_expand, but lftp assumes that dn_skipname then exists, which it does not on android. |
|
|
# (1) Android has dn_expand, but lftp assumes that dn_skipname then exists, which it does not on android. |
|
|