Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 31DA8780E98 for <~alpine/aports@lists.alpinelinux.org>; Tue, 23 Nov 2021 10:02:31 +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=amk.ie; s=key1; t=1637661419; 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=w65GKUtFKCzxOObnKmN2VKYtL80YCg5BCnm7jKAA8MQ=; b=a8Cc3vfXn/L5q+JtrtNtzCPOW9QIL4wwA8pM/gZylN7tYWad6qLobfK82Nnp9voOpE8kBe M+EFmh61vBawOCrap2yslAtKNYoNFu2J/WIpk6mmiMTP8Emn5g0WtYa0s6/j0zrkGVkhK/ kGkucJxwBrhrCSheuL21WYdxuKOFES7pbgiUJ3wQzqbw6bJxarLYM8ribghiVfU8Te+ve1 x9wUIppmPNbCRgVZ85uGx2Y8MM6SgXbzcPGeDGKFH7dkMTpKMI9kXGfy7dJhovEdF8Bht6 8DIvEvL1pzJa9bpJPyE9kRDRTAmGxFFUAYIhYOKYOi1OzKy/PEj1vlpksmBg8A== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] community/foot: update to 1.10.1 Date: Tue, 23 Nov 2021 09:56:50 +0000 Message-Id: <20211123095650.27821-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/foot/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/foot/APKBUILD b/community/foot/APKBUILD index 00f5fc1530..98d7534bef 100644 --- a/community/foot/APKBUILD +++ b/community/foot/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Alex McGrath pkgname=foot -pkgver=1.10.0 -pkgrel=1 +pkgver=1.10.1 +pkgrel=0 pkgdesc="Fast, lightweight and minimalistic Wayland terminal emulator" url="https://codeberg.org/dnkl/foot.git" license="MIT" @@ -55,5 +55,5 @@ _extra_terminfo() { } sha512sums=" -8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8 foot-1.10.0.tar.gz +26355a7a0bcf2f5ec0e7fb844fccda48bc04b31adae76a84c2513b9ba45e2fd22e9cdf64fa4d322952a56ec6d5ed38bbd39d86fade5f29d960a81737f9a984fc foot-1.10.1.tar.gz " -- 2.34.0