gopass: update to 1.12.4

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
This commit is contained in:
Dominik Schulz 2021-03-21 21:40:03 +01:00 committed by Érico Nogueira Rolim
parent e085a5da4e
commit 3feb6cc712

View file

@ -1,6 +1,6 @@
# Template file for 'gopass'
pkgname=gopass
version=1.12.0
version=1.12.4
revision=1
build_style=go
build_helper=qemu
@ -14,19 +14,13 @@ license="MIT"
homepage="https://www.gopass.pw/"
changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
checksum=73b7c5c8367e664d85871fba88f4fa806ef0fb75047c767a72b8516dea6f64b3
post_build() {
gopass=$(find $GOPATH/bin -name gopass)
for shell in bash fish zsh; do
vtargetrun $gopass completion $shell > completion.$shell
done
}
checksum=1e3d7ad389a8462256ff7e439de1fbed8012c38ec33bded63b11af74f0525279
post_install() {
vlicense LICENSE
vman gopass.1
for shell in bash fish zsh; do
vcompletion completion.$shell $shell
vcompletion $shell.completion $shell
done
}