Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C1B87780DB7 for <~alpine/aports@lists.alpinelinux.org>; Thu, 25 Nov 2021 18:54:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CEBD17AD19; Thu, 25 Nov 2021 19:49:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new 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 yu-27HBH65AL; Thu, 25 Nov 2021 19:49:09 +0100 (CET) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1637866149; bh=fE7qYlinMlB43Oomeyka9wuj5nsO1kUfk4CUqR2gVyc=; h=From:To:Cc:Subject:Date; b=TVzUlSBVef4qOMnoJTnexwycYIS8ZgFUMGEOzGZz47NhivrZ5+aD0EbS+qkOTEJzG EGOS6FWjJgN44X/X5u6CpHAhrhNn5SCDptcfhrGx1hdQbx7LwLVwdv0duEfsKUGpeo OJs2v/0rWS6hC61Tbpohud3thVM7eRARtTp6eWrOwx+3OULuiNfnkJFSs01p/fVh+z 8ZERXi3Uzhv706s9RaIzG2Xp1vJqZUFS2H0RudEhOq6e6+zduGeYLHiIZ2HAuL9z7J tXaZkLq7g9i3ciF2uv8o3ZCsTrUjHmi1AhEKrf1wCXuaV4CcK6hZG2JaALRa1BdkJ0 j+vbDhcXuMA4g== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] community/tut: upgrade to 0.0.41 Date: Thu, 25 Nov 2021 21:49:06 +0300 Message-Id: <20211125184906.21462-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 8a08d2fdca..f5d54ce612 100644 --- a/community/tut/APKBUILD +++ b/community/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=0.0.38 +pkgver=0.0.41 pkgrel=0 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -a26ab1301426228ad1d4f6ec985551a33fb91a26f4fc827d5c051a97b21320e9ba9feaf4a4f6f01784ec42ef8f7648031391b50fe3fbcfa5540a805bfaf455a2 tut-0.0.38.tar.gz +86140e1b36b5c98115e0d4ebb6ebb329bcfada02c4cdec2934f449c47fb06ba10c569e7309267c994d1e144daafb4d5b590a1c15d591e8067e9c75165dc3baf1 tut-0.0.41.tar.gz " -- 2.34.0