Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3F5D978123C for <~alpine/aports@lists.alpinelinux.org>; Thu, 5 May 2022 20:45:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 906C042B0B; Thu, 5 May 2022 22:37:40 +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 UTF8SMTP id taDvvZ-SL_ch; Thu, 5 May 2022 22:37:39 +0200 (CEST) From: Alexey Yerin DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1651783051; bh=kPqFHKxMFM9X1Xnnv9jzm0wsIZ2k5TKLseu2PMxgMPA=; h=From:To:Cc:Subject:Date; b=ZmSKuqngHV8zz+1AxFKPlwlArZId1+FGvnsGCFUFGMI/riAOth/2VP0RNgNDHVCyO UYVEPYvO47C6LK92mTnRG/msKVU0Hb29V0GAgvcgydOfozUJ0tVKfVq4tg8WlaOSvf vplyHC2NZguF1r/mAn1YHETik2LdoRcfgvono5yYgHaLIG/TrMWj53hWSPFFFMRGPv TCJMDyMxfmvvhLF9DxMaw48rgHpbS9sfMVWEIP+/xPQ5bfjjm1rohpdVOtcudwVkPD y7VU2ZMry0CsfNnJ2S3zjhMIi6vTNochC5P1B4mu6A3iWHDxbJgdDktmSd20U8jEvg d2GTf1sAO3ltw== To: ~alpine/aports@lists.alpinelinux.org Cc: Alexey Yerin Subject: [PATCH] community/tut: upgrade to 1.0.0 Date: Thu, 5 May 2022 23:37:27 +0300 Message-Id: <20220505203727.20086-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 92065ccd9a..4db0e06c35 100644 --- a/community/tut/APKBUILD +++ b/community/tut/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexey Yerin # Maintainer: Alexey Yerin pkgname=tut -pkgver=0.0.46 +pkgver=1.0.0 pkgrel=0 pkgdesc="TUI for Mastodon" url="https://github.com/RasmusLindroth/tut" @@ -25,5 +25,5 @@ package() { } sha512sums=" -6375f409229af8b7649372d639dbc5905c828cda1dbffc74ca524e5bb3a6a62dc3915abe568031e64b445ef626b9f082b24e185bed6feb4b0fb41f93dc124e7e tut-0.0.46.tar.gz +d18cc43fb42d147149c774a1f3f33ef76900a11817b621989d1c45f895d24bef580c795f6380b6af6f1bd05a4e6bc971ff9bfe1c315024db869fb4b42e4b14f4 tut-1.0.0.tar.gz " -- 2.36.0