Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id ED58F780FD4 for <~alpine/aports@lists.alpinelinux.org>; Sun, 18 Apr 2021 11:41:53 +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=1618746111; 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=x1w3qAHErGedAxppfsQw9/EF8UazT18Vhl8esWb4lIA=; b=eR8ncvYA72ik8B/Mh97gJCzbZau6NEEq0K8k9EucRPQRGDorBV7edA99QF9P0l/Oto/HxH jUp5PDxZf6ATZkWHW1A3al7/jYPzrrehnkeOy3VQvlef4Su+S1H76C5KujZ94AuXWyP/wn P5S3fpf0J300kHT+rnsuszp7fg6fdJOUk+VKiKKpcaDLgoo7FNe3k5IXDtKO0X60Hf6q2a FzOANL50EAq32hV87/x+Jt6ulKkv5bZjhgxlTFdVnHQf7sb8T9D6Sk2xCwH1QZy+C5UEzf SbwmZYMyiShcYIufNj3qXbTsD8SlnBSDl3SJMCidZr5Y3T6LlA2FmXH1Fs7EhQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/slurp: upgrade to 1.3.2 Date: Sun, 18 Apr 2021 07:41:48 -0400 Message-Id: <20210418114148.23742-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/slurp/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/slurp/APKBUILD b/community/slurp/APKBUILD index 8a477d1b76..f878139cf0 100644 --- a/community/slurp/APKBUILD +++ b/community/slurp/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=slurp -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=0 pkgdesc="Interaction screen selection on Wayland compositors" url="https://wayland.emersion.fr/slurp/" @@ -30,4 +30,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="0bcdc1852d66714ec940e71f7dd2b9beab656859553247f8af375a09028eb0310b47a0a8d8f7f942905f9ca7c0d575a2dcec3fc1ff71b8e1556818203a51ba82 slurp-1.3.1.tar.gz" +sha512sums="9e7f9e4b46095fce5dcc05f8d04b5e576771d15080a0ec451a8a5df681d5ab818cb4d5284a74e1650f775e2d05ca32d66551d8e333d6002827c8b60b12d6bb28 slurp-1.3.2.tar.gz" -- 2.31.1