Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5AE3B782C6C for <~alpine/aports@lists.alpinelinux.org>; Sat, 2 Oct 2021 15:15:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id AEDE86A39C; Sat, 2 Oct 2021 17:06:32 +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 dCVr9Wr1Ue9d; Sat, 2 Oct 2021 17:06:31 +0200 (CEST) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1633187191; bh=EeyPPdmwA7R0IopNtsyoa1B3Vuruo31txHOrrujjjdQ=; h=From:To:Cc:Subject:Date; b=i6e/7GFHOuRc/E/OtfgTzuSq8F7/TSuvmPMFK5t/ESnSE5yj9tsJZfPWY4RHmdZ5f Bij65eAtBRh/S6AYiWjUfJGn4mlKrN8yGzxW3EE0cy/P2utj7Ar7Jqsu5FAy42TYe1 9Z9tJGAiyzL6HJ3RUqGJRSZbBbU/8LSrhRV2Yx+h7oOFFOBAS5P/vGPyywmzSjYp0l XfveEt7UKjuPv9E63Dq0zySqn0gPDM44RZ/Rxqhiu4OCxVODtc66TAe7Bm/KUNv5yD aC8cgd+Pk//sw/n1ng45vBZiqQr5IB9rOfSekP99tEbK5ehLFl9MAg+2tcrSKzJV6R lQ6SVLWlXuCqA== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] testing/tut: upgrade to 0.0.35 Date: Sat, 2 Oct 2021 18:06:21 +0300 Message-Id: <20211002150621.18234-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 dd7d15ecdc..ea70dee071 100644 --- a/testing/tut/APKBUILD +++ b/testing/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=0.0.34 +pkgver=0.0.35 pkgrel=0 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -e13f8e7f9480d903adaf9a54bd6e1da18cc9ac2d9c2e0e9b8c79d4080d5357ac8317ae08357a38e257b8997198e2080cdaef8fc8d2154fb40870ddd34ce914a2 tut-0.0.34.tar.gz +11078cbb7b3c55b52c7fea753b03fc773c35fb5cce5876eb1b39babb8f26cf2c069441d3c4888ec8651eeff24f6aaff7aead5204e4ea2170f5d5d2b0e648801a tut-0.0.35.tar.gz " -- 2.33.0