Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 562CA781924 for <~alpine/aports@lists.alpinelinux.org>; Thu, 5 Dec 2019 17:12:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1575565936; bh=yIur27JTvg7e49vgtsmFx0y8W+8TsTFcoyR1yKmEr34=; h=From:To:Cc:Subject:Date; b=KoiFXSC4EHmQGh4Lre++fKvBuRF8GS5+/LuEw0mJZriG1hK/pqjhd43CxYeI1fAyD NdhSs0kFbyPqp2QGntCCWW3ayLx0TDxyOLMGiiMD66h+gSyS56zXAv2ElW+h9x6/La TqzoRVlkW2y+3DCA22Ebh+oZOU5kMhtGsyPV4akY= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/qutebrowser: upgrade to 1.8.3 Date: Thu, 5 Dec 2019 12:12:58 -0500 Message-Id: <20191205171258.8555-1-sir@cmpwn.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 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