---
 community/gopass/APKBUILD                     | 11 +++----
 .../update_config_integration_tests.patch     | 33 -------------------
 2 files changed, 4 insertions(+), 40 deletions(-)
 delete mode 100644 community/gopass/update_config_integration_tests.patch
diff --git a/community/gopass/APKBUILD b/community/gopass/APKBUILD
index 3506bf8567..b63b1bbe84 100644
--- a/community/gopass/APKBUILD
@@ -2,17 +2,15 @@
 # Contributor: Claas Störtenbecker <claas.stoertenbecker@gmail.com>
 # Maintainer: Anjandev Momi <anjan@momi.ca>
 pkgname=gopass
-pkgver=1.14.8
-pkgrel=1
+pkgver=1.14.9
+pkgrel=0
 pkgdesc="The slightly more awesome Standard Unix Password Manager for Teams. Written in Go."
 url="https://www.gopass.pw"
 arch="all"
 license="MIT"
 depends="gnupg git"
 makedepends="go ncurses"
-source="$pkgname-$pkgver.tar.gz::https://github.com/gopasspw/gopass/archive/v$pkgver.tar.gz
-	update_config_integration_tests.patch
-	"
+source="$pkgname-$pkgver.tar.gz::https://github.com/gopasspw/gopass/archive/v$pkgver.tar.gz"
 options="chmod-clean net"
 subpackages="
 	$pkgname-bash-completion
@@ -41,6 +39,5 @@ package() {
 }
 
 sha512sums="
-ea175ebc0e94da74eca696ebb225c1f92c4ca64acebd55c338e00af016b76dc7c27f12273192c8b90122bb42df97d723bf0b6c9c1cb6a22d895d08ed752ece57  gopass-1.14.8.tar.gz
-c15881fcaa6f3abc8dde0e7df4bda23666e3659654b5bfb4dccbc08213c5e0b6f4957df231a0e7a42bbaf098eef0019a061f094210bd185465233db0e318337d  update_config_integration_tests.patch
+4fd5e572b8848f437283282187abfa1e06b314763c604753728feaab1b2685d2b91f918c18d134a0f79c7e63e398a03ee4ba64a875a14806688434011940d91c  gopass-1.14.9.tar.gz
 "
diff --git a/community/gopass/update_config_integration_tests.patch b/community/gopass/update_config_integration_tests.patch
deleted file mode 100644
index e51bf73754..0000000000
--- a/community/gopass/update_config_integration_tests.patch
@@ -1,33 +0,0 @@
-From 9f037ddd4f78a6c8f409f1480b1816f0662f92b9 Mon Sep 17 00:00:00 2001
-From: Dominik Schulz <mail@dschulz.eu>
-Date: Tue, 27 Sep 2022 21:50:39 +0200
-Subject: [PATCH] Update config integration tests
-
-Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
----
- tests/config_test.go | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/tests/config_test.go b/tests/config_test.go
-index 0fffabce..d71d769a 100644
---- a/tests/config_test.go
-+++ b/tests/config_test.go
-@@ -19,6 +19,7 @@ func TestBaseConfig(t *testing.T) { //nolint:paralleltest
- autoimport: true
- cliptimeout: 45
- exportkeys: false
-+keychain: false
- nopager: false
- notifications: true
- parsing: true
-@@ -72,6 +73,7 @@ func TestMountConfig(t *testing.T) { //nolint:paralleltest
- autoimport: true
- cliptimeout: 45
- exportkeys: false
-+keychain: false
- nopager: false
- notifications: true
- parsing: true
--- 
-2.37.3
-
-- 
2.36.2