gopass: update to 1.8.5.
This commit is contained in:
parent
41ec05448e
commit
c4711d1f21
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gopass'
|
||||
pkgname=gopass
|
||||
version=1.8.4
|
||||
revision=2
|
||||
version=1.8.5
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/gopasspw/gopass
|
||||
makedepends="gnupg2"
|
||||
|
@ -12,11 +12,11 @@ license="MIT"
|
|||
homepage="https://www.justwatch.com/gopass/"
|
||||
changelog="https://raw.githubusercontent.com/justwatchcom/gopass/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
|
||||
checksum=314b317c49ee7f8c59758ab82cf5f6942ce9179c97e53f0f952741dbd0e5471a
|
||||
checksum=e579c91c8273f9b0f96404f93fc0f77df9bc3ae71e8bbdb86a76fdbea2b87669
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Depend on system gopass to generate completions
|
||||
hostmakedepends="gopass"
|
||||
hostmakedepends+=" gopass"
|
||||
fi
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in a new issue