Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AECE0781AB6 for <~alpine/aports@lists.alpinelinux.org>; Sun, 12 Sep 2021 13:15:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2279868626; Sun, 12 Sep 2021 15:07:20 +0200 (CEST) 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 1u-MZ8VFQL-w; Sun, 12 Sep 2021 15:07:19 +0200 (CEST) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1631452037; bh=3tZ5OJA3gncguPlD9IGyIYYuS4wKq11ryFRMsvS+iRE=; h=From:To:Cc:Subject:Date; b=QiWPEIz9Z4aNt8lcu4NxVnFwXi1bL0qMCCZC4P4nEL5p/Kf2QRenWhAq7dp26Mmi3 FZUNvkfMBWXhvHTUNyJSl04g5WEb50A3+lKzyHrvbN4BHGiVyuHg8gFMDjJwmM8+hB Kl1TVvS8uF1BqGe3XtKVu6KJ2X7Qo4Xzx/0EHr7Bw01lIY09TCV4fDWNgnBRk/HwPi 1biJTFppom6nMAbSC76DQ/h0QnsOzxcNbVnSaBBxEIt1OdX8fdpBxHp6X3poeuhVA1 5QajmboS2oQ/naV7/TpzU9S9l0zfV/vDqR6R+6AOs8L6yr2R5GBc39iU2mnPMvYgSp Sp/QOzDplr8CA== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] testing/tut: upgrade to 0.0.31 Date: Sun, 12 Sep 2021 16:07:13 +0300 Message-Id: <20210912130713.11831-1-yyp@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/tut/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/tut/APKBUILD b/testing/tut/APKBUILD index 21c0ae6987..08af9b4fec 100644 --- a/testing/tut/APKBUILD +++ b/testing/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=0.0.29 +pkgver=0.0.31 pkgrel=1 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -487ca2b51eb8349d621da09f43f3797ff9f62e51a15793cb8ec290fd0da4be38b42a4e283442c70573b75036f33eab3aa32f1cf217809a1c1aef4b37053bf375 tut-0.0.29.tar.gz +e9478813f5091bce2578176ba04f48473cb990110ecaf307b3f7b99d1c1fa27fb5e551bd745a7a03361702e23bbd22eec180458864ab47322435a983451570cf tut-0.0.31.tar.gz " -- 2.33.0