From 0378a31cfc528215e817f88332ef49a9679b05a4 Mon Sep 17 00:00:00 2001 From: Dmytro Shynkevych Date: Sun, 24 Jan 2021 16:50:50 -0500 Subject: [PATCH] gopass: update to 1.11.0. --- srcpkgs/gopass/INSTALL.msg | 5 +++++ srcpkgs/gopass/template | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/gopass/INSTALL.msg diff --git a/srcpkgs/gopass/INSTALL.msg b/srcpkgs/gopass/INSTALL.msg new file mode 100644 index 00000000000..c49074ce500 --- /dev/null +++ b/srcpkgs/gopass/INSTALL.msg @@ -0,0 +1,5 @@ +The way gpg binary lookup in gopass works has changed: +https://github.com/gopasspw/gopass/commit/004eaa4 + +If you manage your keys with GnuPG v2, add this to your environment: +export GOPASS_GPG_BINARY=/usr/bin/gpg2 diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template index 2f6f5c860fa..30477c4fcab 100644 --- a/srcpkgs/gopass/template +++ b/srcpkgs/gopass/template @@ -1,7 +1,7 @@ # Template file for 'gopass' pkgname=gopass -version=1.10.1 -revision=2 +version=1.11.0 +revision=1 build_style=go go_import_path=github.com/gopasspw/gopass go_package="${go_import_path} ${go_import_path}/cmd/..." @@ -13,7 +13,7 @@ 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=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961 +checksum=26ac90ef60d7f08e7d9361280d6457edb90642e821edba2c5e5cb0a09ca20b08 if [ "$CROSS_BUILD" ]; then # Depend on system gopass to generate completions