Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 592F7782B7A for <~alpine/aports@lists.alpinelinux.org>; Sat, 11 Jan 2020 14:27:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1578752859; bh=RtBN/X95lwDLXzzVVg4PGfEZvMQN9FhtPtOXXcgJ214=; h=From:To:Cc:Subject:Date; b=tE6FYTpaNAeU3QRcveFWvhH7qD6b1IOzKGCWLSAqJ18ssuckgoMeY/NArJzuthmcA rgRFT++ynA5hXbaP8e2Z0ZatudQQvtIrOhLykLubjdW4zb6XfDX0NHyErFLSml9xmm CzYbV27JIeTmEWlVEGuBZ7MuaxjQvlJ2nExlFEuU= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-pygit2: upgrade to 1.0.2 Date: Sat, 11 Jan 2020 09:27:35 -0500 Message-Id: <20200111142735.3594-1-sir@cmpwn.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py3-pygit2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-pygit2/APKBUILD b/community/py3-pygit2/APKBUILD index 4d4767f29d..d5dc2d6e86 100644 --- a/community/py3-pygit2/APKBUILD +++ b/community/py3-pygit2/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Drew DeVault pkgname=py3-pygit2 _pkgname=pygit2 -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" @@ -32,5 +32,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c225204129cdfa41bcc50d76ff219602bfe910cdb77e246c49ecf5265b5a88c5c4803a7d107f4e00c4ec2f0b0d30e1a729d15413bdca8575d6ec23bb9420a90d pygit2-1.0.1.tar.gz +sha512sums="c76bf8ce2847ec8915201a714f076488a0dda4a790762293c02709b8b88a9a2b898f97e61565cf41cd11b10bebe2e1d76b5643ff2e86f9bf6a9517c87a988769 pygit2-1.0.2.tar.gz 1bd1ed146ebfae659c20aa641f795606a32e485fab13a71db12345082a18a9de9f0129d8375ffb6bf8616c906c59d0b25fb440e1f00bcd56e3e10b9aac3363fd skip-failing-test-on-s390x.patch" -- 2.24.1