gopass: update to 1.8.3.
This commit is contained in:
parent
54ab284ce7
commit
85c1e530bf
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gopass'
|
# Template file for 'gopass'
|
||||||
pkgname=gopass
|
pkgname=gopass
|
||||||
version=1.8.2
|
version=1.8.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/gopasspw/gopass
|
go_import_path=github.com/gopasspw/gopass
|
||||||
makedepends="gnupg2"
|
makedepends="gnupg2"
|
||||||
|
@ -12,9 +12,7 @@ license="MIT"
|
||||||
homepage="https://www.justwatch.com/gopass/"
|
homepage="https://www.justwatch.com/gopass/"
|
||||||
changelog="https://raw.githubusercontent.com/justwatchcom/gopass/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/justwatchcom/gopass/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
|
||||||
checksum=6dc423448c0672fd5087ab75e4c3d8584fb75c93789c9fd68bf14576ab46d1ed
|
checksum=ed03e6986a693c29da6a2ebb303618e6f16b2414f0dfd2df8537049a80d78bdf
|
||||||
|
|
||||||
broken="go-1.11/runtime.support_avx2"
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Depend on system gopass to generate completions
|
# Depend on system gopass to generate completions
|
||||||
|
|
Loading…
Reference in New Issue