Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1CE38780FCD for <~alpine/aports@lists.alpinelinux.org>; Thu, 27 Jan 2022 03:06:32 +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=eletrotupi.com; s=default; t=1643252417; 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=tAJnHeI+qqSCiiOh4hZ7Ag6WC5aw0AZhShiaox30H4I=; b=J/HCDa+dunh/9dcOyj/77TKXK+7idhkXLZvXfCvweltJPLwwhyOuc78xM71Qj4g0jZOZxV 13nriXlYIdQ3QnuHK5eiG8cLfcN5rBHc63CifU0I4nlQ31hgQ9mACyEU6935HIbLzODORi k4TZdz3k7fAEC1rCtdPQjAzoG8HGlRM= From: Pedro Lucas Porcellis To: ~alpine/aports@lists.alpinelinux.org Cc: Pedro Lucas Porcellis Subject: [PATCH] testing/py3-asif: update to 0.3.1 Date: Thu, 27 Jan 2022 00:00:06 -0300 Message-Id: <20220127030006.18088-1-porcellis@eletrotupi.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: eletrotupi.com --- testing/py3-asif/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/py3-asif/APKBUILD b/testing/py3-asif/APKBUILD index c97305342c..41d9d60aa4 100644 --- a/testing/py3-asif/APKBUILD +++ b/testing/py3-asif/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Pedro Lucas Porcellis pkgname=py3-asif _pkgname=asif -pkgver=0.3.0 -pkgrel=1 +pkgver=0.3.1 +pkgrel=0 pkgdesc="asyncio-powered IRC bot framework" url="https://github.com/minus7/asif" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/minus7/asif/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/minus7/asif/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" options="!check" # no testsuite @@ -22,5 +22,5 @@ package() { } sha512sums=" -7d7fa82cbfa7bf7eb693be32d6f63ed397f82f9b14a1e60c99e0a0538fea4343933152fdb22dbcc40ff9701d22a08d8e8ee5929469f57ae76fa96c50209222c6 py3-asif-0.3.0.tar.gz +422c9219640c6a2704ea5925d9cb2d6c7ce1195223102109b729dca516d4371d94ee8b8d2e0b5f0ffaca4cceffabfb6b23bfef84a494bf34723799f02c1089f2 py3-asif-0.3.1.tar.gz " -- 2.34.1