Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2D65B780783 for <~alpine/aports@lists.alpinelinux.org>; Tue, 2 Nov 2021 19:50:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1B2E86E47D; Tue, 2 Nov 2021 20:44:18 +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 4qZXOoIOCqPQ; Tue, 2 Nov 2021 20:44:16 +0100 (CET) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1635882256; bh=4bQkyOtAQ2ux2Fn+JkROWKhpINJ7uYYF9mL+DVaQ2T0=; h=From:To:Cc:Subject:Date; b=BlVZsExsSJO3eav48FOuJoJvOnhHvK/xfQFpDg9DMoCcYu9QHiZaW+pVim9CN2VXK cqecSvutnc/Dwy9YMaUshGw2mqhiuBNPKdJR2FcJQ2kGJuPlabt84kAu6Ft+EJlyv0 SYG47Z/Em7cZUvpR2rL0Mf3kN75CgIyzunPvNP2PG0B0+3IKTiHAm/CT9sTC5OG5ul CZkggH5ngu51kCVZkxks6wnlOLGUce/wk1FWVUuVoEI9IER3dxBozHLD38wy52a+gP Z/6DGTsN8AMyRhBOj2Fsaccz+DIpz2LUG4USK/l8ahVIXQAdpMNATZHI2bLDry7hTb ECHSfPTr41S8A== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] community/tut: upgrade to 0.0.37 Date: Tue, 2 Nov 2021 22:44:14 +0300 Message-Id: <20211102194414.18610-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 82050e2ece..5f61dca3ea 100644 --- a/community/tut/APKBUILD +++ b/community/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=0.0.36 +pkgver=0.0.37 pkgrel=0 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -1211339b79180951b118b533a07f2c67f67fc87466df623c1cbd78300c9d60b4350090ef54ce4b91b6f621cf3f26b60241d17ded582f0314a8ef4593af00153f tut-0.0.36.tar.gz +90cae0786efb759ffa772618d10530d614e4f1977e855d5f7e0735322b30ad39a14e2343a69377d7d98e48d1788afa8efdc4b79240f59e695a87db9a2d7850d5 tut-0.0.37.tar.gz " -- 2.33.1