Browse Source

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.
build-on-device
Leonid Plyushch 5 years ago
parent
commit
2fa12ba7b4
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 5
      packages/termux-auth/build.sh

5
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 <leonid.plyushch@gmail.com>"
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"

Loading…
Cancel
Save