From 2fa12ba7b4b5be72e83a6b5b2532d09325ebaa40 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Fri, 3 Jan 2020 01:15:16 +0200 Subject: [PATCH] termux-auth: update to 1.2 New version brings utility 'pwlogin' - like 'login' from termux-tools but with password auth support. Utility is useful only for programs doing remote connections, e.g. shellinabox or telnetd. --- packages/termux-auth/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/termux-auth/build.sh b/packages/termux-auth/build.sh index 0c7f733f4..c90c7b122 100644 --- a/packages/termux-auth/build.sh +++ b/packages/termux-auth/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-auth TERMUX_PKG_DESCRIPTION="Password authentication library and utility for Termux" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="Leonid Plyushch " -TERMUX_PKG_VERSION=1.1 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=1.2 TERMUX_PKG_SRCURL=https://github.com/termux/termux-auth/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=fd6fab1808b1e98dc865c47db8b4719f887273f95fe0f4dad26af016c28fa915 +TERMUX_PKG_SHA256=b34cc64c0a21b3646af2e36965fa1c5a2dbf0e9cd94864861c523e920f1a7649 TERMUX_PKG_DEPENDS="openssl" TERMUX_PKG_BREAKS="termux-auth-dev" TERMUX_PKG_REPLACES="termux-auth-dev"