X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/62c37b9710a7ce8e4f1dee241acb988e1b9d361b..9bcd2ca977c7f396bc3412517397a136d88f4410:/packages/openssh/build.sh diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index d7c05b56..535ef734 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.openssh.com/ TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine" -TERMUX_PKG_VERSION=7.0 +TERMUX_PKG_VERSION=7.1 TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}p1.tar.gz TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl" # --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries: