From: Fredrik Fornwall Date: Mon, 30 May 2016 22:05:08 +0000 (-0400) Subject: openssh: Bump after paths.h ndk patch X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/3e10e2182aa90f382902a618176072740f05c63b openssh: Bump after paths.h ndk patch --- diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index 5f9a3366..7428e1fb 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=1 +TERMUX_PKG_BUILD_REVISION=2 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: