X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 90E25F81480 for ; Tue, 16 Apr 2019 22:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1555454605; bh=I+v1PKDNjHX+6eSCAVF6MQ1Bl9VAlO4zmXwQYBDBLNs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Xwc1HqLwqBIvsnlGnNNzgj6OFqj8lj92jctfFnibnkgAzlExttbagNJRlqE65ania dFflzgwueZtcw5F5z+o1VcW+5INe1yxiTCDzMPr+fLZMJIy26PSQxgBI37EQQClyHZ fYVjvw4m1VFE8K2+/xYok3KILAu0X3yTePSMhh70= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 2/2] community/py-pygit2: adopt, update to 0.28.0 Date: Tue, 16 Apr 2019 18:42:57 -0400 Message-Id: <20190416224257.23630-2-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190416224257.23630-1-sir@cmpwn.com> References: <20190416224257.23630-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py-pygit2/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD index 1acd7f7129..d8eb8dcd08 100644 --- a/community/py-pygit2/APKBUILD +++ b/community/py-pygit2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Pierre-Gildas MILLON -# Maintainer: +# Maintainer: Drew DeVault pkgname=py-pygit2 _pkgname=pygit2 -pkgver=0.27.2 +pkgver=0.28.0 pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" @@ -50,4 +50,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="f6578a3694babe7837a5ccc4c99e2fa1827b5f67815f2cac6f3b3d0498d94a0ffeb55d3c6e9c9417d47ecbf0ad9a10302e3b59ea0d2e9eec6d9da8426b10175b pygit2-0.27.2.tar.gz" +sha512sums="a14751708873559ca653fda7c63dee47e4e7086c61c64b139c0dae0d1c66ea2ef3fd74afb774aa03f64aae34168828dd0c2b4533e137bd8bdc22a4104bb3e79e pygit2-0.28.0.tar.gz" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---