aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-27 01:39:48 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-27 01:46:23 -0300
commit2c1b36f8524def78e1cbf4d156c16e2728ffbc61 (patch)
treed3fc1c82cc1b8c931fbeff66d5692f41125a0043 /testing
parentec825b3f163d289b58ca0f9dc56429d41a9b1595 (diff)
downloadaports-2c1b36f8524def78e1cbf4d156c16e2728ffbc61.tar.bz2
aports-2c1b36f8524def78e1cbf4d156c16e2728ffbc61.tar.xz
testing/gopass: upgrade to 1.8.6
Diffstat (limited to 'testing')
-rw-r--r--testing/gopass/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/gopass/APKBUILD b/testing/gopass/APKBUILD
index 57146a8d71..50d90f6201 100644
--- a/testing/gopass/APKBUILD
+++ b/testing/gopass/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Claas Störtenbecker <claas.stoertenbecker@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=gopass
-pkgver=1.8.5
-pkgrel=1
+pkgver=1.8.6
+pkgrel=0
pkgdesc="The slightly more awesome Standard Unix Password Manager for Teams. Written in Go."
url="https://www.gopass.pw"
arch="all"
@@ -15,7 +15,8 @@ builddir="$srcdir/src/github.com/gopasspw/$pkgname"
subpackages="
$pkgname-bash-completion:bashcomp:noarch
$pkgname-zsh-completion:zshcomp:noarch
- $pkgname-fish-completion:fishcomp:noarch"
+ $pkgname-fish-completion:fishcomp:noarch
+ "
# test suite exists but fails for reasons i don't know yet, will talk with gopass developer
options="!check"
@@ -59,4 +60,4 @@ fishcomp() {
install -Dm0644 "$builddir"/fish.completion "$subpkgdir"/usr/share/fish/completions/gopass.fish
}
-sha512sums="1f451b10aa87141de635650489bf7227c252e10e5139dad274c95d5625db74fec0b8892a468800d3d3c5dd8b3d64f1c93bd6c75a0ba54fe5f6e630c77b2c6c71 gopass-1.8.5.tar.gz"
+sha512sums="7acdb095cf8913954044c3206eab020f197542334798c6b94724709c3953b12f7e5b73ce8c1aa4bfd5df3acf1f424b64bfa94f9a8f68fa7116ed14c8a0f2e6f0 gopass-1.8.6.tar.gz"