X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/d308429ede5036b9ba0a2b54f10403ac4622b3c9..98c7df17fe3ff21fb6d7e686ce0d20e98bf70ee6:/packages/openssh/build.sh?ds=inline diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index 7428e1fb..e907ded0 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.openssh.com/ TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine" TERMUX_PKG_VERSION=7.2p2 -TERMUX_PKG_BUILD_REVISION=2 +TERMUX_PKG_BUILD_REVISION=3 TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.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: