termux-auth: use version tag

This commit is contained in:
Leonid Pliushch 2020-10-31 00:25:03 +02:00
parent 880022dea2
commit 75602722a6
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ TERMUX_PKG_DESCRIPTION="Password authentication library and utility for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=1.4
TERMUX_PKG_SRCURL=https://github.com/termux/termux-auth/archive/a7f557c40d0cf05e4c086ec04ae2544136c83b79.tar.gz
TERMUX_PKG_SHA256=af9d06cbea60ede83da32315ad8d6046ea803de2a182a2a9e472a554204ab830
TERMUX_PKG_SRCURL=https://github.com/termux/termux-auth/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=56087e948abec2feb125fdba1d1eba079e8b501472bf201a6c5030c81b7798ed
TERMUX_PKG_DEPENDS="openssl"
TERMUX_PKG_BREAKS="termux-auth-dev"
TERMUX_PKG_REPLACES="termux-auth-dev"