diff options
author | ptrcnull <git@ptrcnull.me> | 2023-09-13 22:00:03 +0200 |
---|---|---|
committer | omni <omni+alpine@hack.org> | 2023-09-14 19:38:04 +0000 |
commit | 68d2a02998d92f4639c6eef0860c488421f2a98a (patch) | |
tree | 432e125d78732b821d178db54502490c47fb6c2b | |
parent | 668789d9cf2d509d6c5b7f9c1766f2cb96bc8400 (diff) |
community/telegraf: disable sqlite tests
-rw-r--r-- | community/gopass/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gopass/APKBUILD b/community/gopass/APKBUILD index d71d85d14d3..f0f7ea2c52f 100644 --- a/community/gopass/APKBUILD +++ b/community/gopass/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Claas Störtenbecker <claas.stoertenbecker@gmail.com> # Maintainer: Anjandev Momi <anjan@momi.ca> pkgname=gopass -pkgver=1.15.5 -pkgrel=5 +pkgver=1.15.8 +pkgrel=0 pkgdesc="The slightly more awesome Standard Unix Password Manager for Teams. Written in Go." url="https://www.gopass.pw" arch="all" @@ -39,5 +39,5 @@ package() { } sha512sums=" -4e99db0020e87cb494fa33e6d63a6d3d7af10ebff79a32c95bfb18201f881c5e99ce6593c87cb43a6aa2f38bfcae23b1496eee9fbc88026aad41871ca83a94be gopass-1.15.5.tar.gz +8c4f6fd750fa15dba7f81acccd4360c57e2454b7162625d38b1aa0d9d9fe218d2e7664c1505ff40450aab0cd829cc156b7e5544b64c790337078c6d86758cae7 gopass-1.15.8.tar.gz " |