Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 119FC781776 for ; Mon, 18 Apr 2022 10:36:47 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salkield.uk; s=key1; t=1650277729; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jH7b1L0aghkDltXa9KM1MqAJLgpVTqfgyghFL7ie+9Q=; b=DazVFWMBFpjJLW3FDwYxozZKkFXp/hTuO9DOQuC4QQRq8faR6ivYiFM5Xo6KRSrOhuTxXr Sy5zkvQZ2CdokEy+5Xu/BoX3Ge7rtdkgA0ZkV3tiyR52sagx5NolB7ib5cQlIKNc+t+gfU b3jh0O/iIW3Q3dvqJ9g52X/49Vs21zI= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH v2] testing/vit: upgrade to 2.2.0 Date: Mon, 18 Apr 2022 11:28:36 +0100 Message-Id: <20220418102835.26865-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: salkield.uk --- testing/vit/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/vit/APKBUILD b/testing/vit/APKBUILD index e3a81aab8b..3bc3aa252b 100644 --- a/testing/vit/APKBUILD +++ b/testing/vit/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Edd Salkield # Maintainer: Edd Salkield pkgname=vit -pkgver=2.2.0b1 +pkgver=2.2.0 pkgrel=0 pkgdesc="Lightweight, fast, curses-based front end to Taskwarrior" url="https://github.com/vit-project/vit" arch="noarch" license="MIT" -depends="python3 py3-tasklib py3-urwid py3-tz py3-tzlocal" +depends="python3 py3-tasklib py3-urwid" makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/vit-project/vit/archive/refs/tags/v$pkgver.tar.gz" +source="https://github.com/vit-project/vit/archive/v$pkgver/vit-v$pkgver.tar.gz" build() { python3 setup.py build @@ -28,5 +28,5 @@ package() { } sha512sums=" -eaad324e7a5eb85fbdee003b8b51a4799d3a3fba645c984ed276478bdc3b0bc6327f4476ab70373afbdf306f9248a3db63e465375e998ec117be62082d7a0d6a vit-2.2.0b1.tar.gz +6efbf4fa3d2d6b188f8ad5152a1cd949d1d1c263de19669087ba439a8248c9dfe9354e70b83d945ae3edd44fb9cc0d9a4bf4331a5aaacfd64fdece2cb4b9454e vit-v2.2.0.tar.gz " -- 2.35.1