Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 69DCE782F33 for <~alpine/aports@lists.alpinelinux.org>; Tue, 10 May 2022 20:09:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 824FB42EB2; Tue, 10 May 2022 22:09:31 +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 H7D3lq-Bzk6X; Tue, 10 May 2022 22:09:30 +0200 (CEST) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1652213370; bh=0tJdpowSWgvuln8XKh4xPrnQfdBeVA5iwP9JpRgPls8=; h=From:To:Cc:Subject:Date; b=bXebbGk4LG5ebs8RXg7mR4a8u45ywucKaNmAT6zvj/gVRXTYHCpkPElS2oX2XbWFw wickkyd654KeZawcfcBtOR4wBHRLnziqBoGUpGfLwaF4336BRN6FAsWHdqQfTxobe3 XTt9ka39OPi2Y5lMor2dkdsGbiFqaA+diRy3xBJNheRSG3l6oq9KBNNmRcvun09Jfe SqiF91wt5UjgTXSBZiRSE/LlmxnvP8RuvufdKx/nnyHc+YWoUHtc6JHYCBcaO6OXp8 5bQ3CDnSilXV2S7X5HLVLYdK4vA5g15Y4MFr02vQyp2nJfp/sO9fN3M1UQwQ7cd4jq NHF1GBFbhI43g== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] community/tut: upgrade to 1.0.5 Date: Tue, 10 May 2022 23:09:27 +0300 Message-Id: <20220510200927.7711-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 0b75c0a2f4..4748e39586 100644 --- a/community/tut/APKBUILD +++ b/community/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=1.0.3 +pkgver=1.0.5 pkgrel=0 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -f8313d474a398517810bf187f39e577d151c4dd554481aeec8d195a961ddc94c329b6d46cd093eea268f2b00d2bfed8a4b92a4f581d53d7e4639bfe5c5d60231 tut-1.0.3.tar.gz +8ca05f26046d26ad38af60e1d12d8d00cfd84337cde84726f08f6d01e4539df297be9fc9b7b4be82aafc845abf99995d93211e97d30f2a4f67d2e658d73194c9 tut-1.0.5.tar.gz " -- 2.36.0