pass-otp: Update from 1.1.1 to 1.2.0

This commit is contained in:
Fredrik Fornwall 2019-01-27 22:39:52 +01:00
parent 48ff3130cb
commit dfbf24fce6
1 changed files with 6 additions and 2 deletions

View File

@ -2,10 +2,14 @@ TERMUX_PKG_HOMEPAGE=htts://github.com/tadfisher/pass-otp
TERMUX_PKG_DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=1.1.1
TERMUX_PKG_SHA256=edb3142ab81d70af4e6d1c7f13abebd7c349be474a3f9293d9648ee91b75b458
TERMUX_PKG_VERSION=1.2.0
TERMUX_PKG_SHA256=5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67
TERMUX_PKG_SRCURL=https://github.com/tadfisher/pass-otp/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
TERMUX_PKG_DEPENDS="pass, oathtool"
TERMUX_PKG_SUGGESTS="libqrencode"
termux_step_pre_configure() {
export BASHCOMPDIR=$TERMUX_PREFIX/etc/bash_completion.d
}