Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 55BB7781282 for <~alpine/aports@lists.alpinelinux.org>; Sat, 23 Apr 2022 12:10:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6078C42ACB; Sat, 23 Apr 2022 14:03:50 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cl2lpOXGPaAz; Sat, 23 Apr 2022 14:03:49 +0200 (CEST) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1650715429; bh=hyfziKM/vhVZUQEOiHNswL9BD7S1wl5zWvfnY+K+QSI=; h=From:To:Cc:Subject:Date; b=MV7O4UJHINwNfLyEv4MG/MOrIkVNafaDOK0CA9XgFpCeKyOZVKgKwQlWM36wc713V NdmkYLCKKXVTBe7msaXTgm0T/GHNECYLh9zeT/86YQRH+5D6evZBY/4/anKuNh8si+ bOegF2jIBG4e+BqpxpxmCa5SCr4kq9EeyImhU/iuZJOe6tbVEOzOeBzfCVcx5Fkuzq tZdtWUV6sV1hevQNX1mQFAyFGOAObzsz2VVqVsnrYUFIBs5A0RapW+fSBhhI9e7BHd hCWSeR2HzCvm5f7bN/ocWhEXo/xeOsw5Mi4zVIrr3ZTSoO4KZvQ12jbWeHp+rJNPyv vexWOOppF3vtw== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] community/tut: upgrade to 0.0.44 Date: Sat, 23 Apr 2022 15:03:43 +0300 Message-Id: <20220423120343.20681-1-yyp@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/tut/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/tut/APKBUILD b/community/tut/APKBUILD index c6c936cb4c..c505baec16 100644 --- a/community/tut/APKBUILD +++ b/community/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=0.0.42 +pkgver=0.0.44 pkgrel=3 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -7abd26d5d85e68b65bedcc3bb3890297c628aaa49de896395f5b8d96d5689cd00a60c891bd935c008aa46707542f4dae45a53d3a16decf5565f71c830e8e2a57 tut-0.0.42.tar.gz +2573c08088ab9dbc33b7934c3a05a0a2aecf5510cc90746deb5d03d3e23b2ba70d9e104ef270e489cc2bb1333e75c51e3c9e366785e01355eab7100500bba60e tut-0.0.44.tar.gz " -- 2.34.2