Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B68D9781012 for <~alpine/aports@lists.alpinelinux.org>; Thu, 9 Jun 2022 21:03:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id EC90C43A21; Thu, 9 Jun 2022 22:54:07 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Authentication-Results: disroot.org (amavisd-new); dkim=pass (2048-bit key) header.d=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 8LVE3DkZVqxY; Thu, 9 Jun 2022 22:54:06 +0200 (CEST) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1654808044; bh=3Ebuh3OFFgwy4f6OSSsNRiKMx9oxJRZ0xfeAuqtMEL8=; h=From:To:Cc:Subject:Date; b=eB50mwQK8+PrloeQoRyfot3rbPsNiKq9VHrD/q+lxQSid3qDsz3K7EqD4jkbNJdA3 yePxvTH6D5Qvsf0AmkIz0kOw+QFLvlkz0VEHjh/z9ORc+Pqo+4jouL5Tf1eokgQ6OC sOSTZHdRR6zMg8fF9Y22FXH88svrXCkRrrwVI0Y21Xpw/hHqWTePqcZq6bPpnxqROx WbOgxiIyAuhN8FZu551M3F75tkGHXveIuX3tQLEguW1MysnOK10z/Qz1XlyKOSJRR3 gHev1QQF865yS3520gEvody5mgIt8LDXZ17dwV4RcqBw0DM+UB/tAw5k1RSpI9oXTD Ajiji8dt6a99A== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] community/tut: upgrade to 1.0.11 Date: Thu, 9 Jun 2022 23:53:56 +0300 Message-Id: <20220609205355.27875-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 e8e30200..ff202d3c 100644 --- a/community/tut/APKBUILD +++ b/community/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=1.0.9 +pkgver=1.0.11 pkgrel=0 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -0b9e7b8703bc5fad7ee355426f6998398baea85b2ebdbffa57ed0714aaadd6fcbf659ae5e064028c8c058dcb9819e521bc51a3192edc5dbe11819b77b7a50ead tut-1.0.9.tar.gz +2888ae533abc0667b86fbfb1ed09db108c62e81128a80401394c75809ca683fe0560055a900911e79a80d82408f90e1385496c8ee125624099470c640e63fc5b tut-1.0.11.tar.gz " -- 2.36.1