termux-auth: fix repository url

Termux-Auth was moved to https://github.com/termux/termux-auth.
This commit is contained in:
Leonid Pliushch 2018-11-18 11:57:48 +02:00 committed by Fredrik Fornwall
parent 95ede4b430
commit 47a9d541bd
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ TERMUX_PKG_HOMEPAGE=https://github.com/xeffyr/termux-auth
TERMUX_PKG_DESCRIPTION="Password authentication library and utility for Termux"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_VERSION=1.1
TERMUX_PKG_SRCURL=https://github.com/xeffyr/termux-auth/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SRCURL=https://github.com/termux/termux-auth/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fd6fab1808b1e98dc865c47db8b4719f887273f95fe0f4dad26af016c28fa915
TERMUX_PKG_DEPENDS="openssl"