Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 50DFD782C5A for <~alpine/aports@lists.alpinelinux.org>; Thu, 29 Apr 2021 11:42:04 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1619696522; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=kOJqHctuT//LtWWvahUIc/77GzFQ1sz8SYzMMtESIPk=; b=dU7BuMe1+Ke4P8obruLC8E+ZyUM8JSMvG4++o1XQ+UonXny039CirD1gIU41E3O1rjKPgk kkKdKoyWOLleXVHBDanIIZnLGEwctwyuVCq2IubXZ0YAC1a5jhfT6U6X8jZAYpG8t/LH3P j59EG0hb42hzl1bql2MzIZNtsSb2NBUlwMG+UDjMRo6Tm+T1/5kO1KDzoBK9j+FnmN6WZe d31qPh2x6h0ZWIYVxUL5e9qJ0o8D++jC5Srmn3y0KYfLjeOrb2L+GtnM8a6XxLGTeR9vyb xqJhfOfQuhh32Nfbpjf/F1iOixiMheeOu4MdOF2QPHyxzAwyK9vvZ5lQ7p9qyQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/qutebrowser: upgrade to 2.2.1 Date: Thu, 29 Apr 2021 07:42:00 -0400 Message-Id: <20210429114200.15165-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/qutebrowser/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/qutebrowser/APKBUILD b/community/qutebrowser/APKBUILD index 7c141ae5c3..49f2700ae0 100644 --- a/community/qutebrowser/APKBUILD +++ b/community/qutebrowser/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo # Maintainer: Drew DeVault pkgname=qutebrowser -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=0 pkgdesc="Keyboard-driven, vim-like browser based on PyQT5" url="https://qutebrowser.org/" @@ -41,4 +41,4 @@ package() { make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install } -sha512sums="79cc35d47a48d4eef8abb95082aa047a63356f53ac94027b48fbd679621f172e5fa4863af21e2398c6ec37b554871ca96e7338381aee2e0b01f6e1d661823fbc qutebrowser-2.2.0.tar.gz" +sha512sums="397d6e8ababf2c20112a2b7bcbfb30abb441a528ac023214326a61e1f906749ee47dcbd36bea4c2c4a1e31176fd52f0f63d86a1f7a2d8c8f40bc698e8db891cf qutebrowser-2.2.1.tar.gz" -- 2.31.1