~alpine/aports

testing/qutebrowser: upgrade to 1.8.3 v1 APPLIED

Drew DeVault: 1
 testing/qutebrowser: upgrade to 1.8.3

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3154/mbox | git am -3
Learn more about email & git

[PATCH] testing/qutebrowser: upgrade to 1.8.3 Export this patch

---
 testing/qutebrowser/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/qutebrowser/APKBUILD b/testing/qutebrowser/APKBUILD
index 017f2b1ad4..7306257fd7 100644
--- a/testing/qutebrowser/APKBUILD
+++ b/testing/qutebrowser/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=qutebrowser
pkgver=1.8.2
pkgver=1.8.3
pkgrel=0
pkgdesc="A keyboard-driven, vim-like browser based on PyQT5"
url="https://qutebrowser.org/"
@@ -32,4 +32,4 @@ package() {
	make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="903a6d7cdc053155d5cc709cbe90c6ab2e000b22462b94173937b2731772c9915bc328386704abf40158e70f5a442b9d98561e6ec44af6a7ea7e3b61e7f4dce0  qutebrowser-1.8.2.tar.gz"
sha512sums="9a3dc3040d1236c81933263e031db4d44c86be206c54f0787a73b2dd7d32d6e742f9ac80626163515e917fbc9fa1588f76afcb21f4b3d31f47ba386d06c3c6e7  qutebrowser-1.8.3.tar.gz"
-- 
2.24.0
Applied