Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4A772782B38 for <~alpine/aports@lists.alpinelinux.org>; Sun, 12 Sep 2021 19:15:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 49C5867A9B; Sun, 12 Sep 2021 21:15:21 +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 h74w_FxM4lwM; Sun, 12 Sep 2021 21:15:20 +0200 (CEST) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1631474119; bh=fxSNIYWgh/JHkZUNcJRMShaYtD8bChyRxg88AD7fDOQ=; h=From:To:Cc:Subject:Date; b=ZZZs2+ZrHVbLtFEGYimSIrX4DfLvuFBy7w5G9/CLcUPif+A+te3BWsM4ueNYtweyP biI1NRuxYXmb8RCd63zVnSsKk8yUc9v4ezMdTP6ksFzMHDmv35gY88Se6if3hyUJKf GUuAKRf69Zk8FwuihuYkXTWqR61BAZB8hrHJ8xJzt8J9XSTH8yhof6e6+zWLhvPs4R 1dNsvbxlsc5heMaJ6V5jn+x91nf5UAXcB0igDWS0jKoYhL5eBQnvflPtX0ljeaGyn4 p7Y6OI7nA4cbM+fTl3Yi3hkHAMNJOwcAqD1PUwxgcNHj4pV+dnPHcxKpdkMxX77lfG Ziv/6zQOexP8g== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] testing/tut: upgrade to 0.0.32 Date: Sun, 12 Sep 2021 22:15:11 +0300 Message-Id: <20210912191511.17272-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 08af9b4fec..671c589b14 100644 --- a/testing/tut/APKBUILD +++ b/testing/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=0.0.31 +pkgver=0.0.32 pkgrel=1 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -e9478813f5091bce2578176ba04f48473cb990110ecaf307b3f7b99d1c1fa27fb5e551bd745a7a03361702e23bbd22eec180458864ab47322435a983451570cf tut-0.0.31.tar.gz +fcb3b8c85ec26161046219fe97b189c9f5b66028188f5d304124f246eee1727f19dddc699d0d6ff81445d8948026b1b256298751589f440e20770812cf6944ae tut-0.0.32.tar.gz " -- 2.33.0