Revision
149526
Author
sean@macports.org
Date
2016-06-23 15:53:31 -0700 (Thu, 23 Jun 2016)

Log Message

py-pygit2: update to 0.24.1

Modified Paths

Diff

Modified: trunk/dports/python/py-pygit2/Portfile (149525 => 149526)


--- trunk/dports/python/py-pygit2/Portfile	2016-06-23 22:53:27 UTC (rev 149525)
+++ trunk/dports/python/py-pygit2/Portfile	2016-06-23 22:53:31 UTC (rev 149526)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        libgit2 pygit2 0.24.0 v
+github.setup        libgit2 pygit2 0.24.1 v
 name                py-pygit2
 
 categories-append   devel
@@ -18,8 +18,8 @@
 long_description    Pygit2 is a set of Python bindings to the libgit2 shared \
                     library, libgit2 implements the core of Git.
 
-checksums           rmd160  cb80734ba2293786a2a7fa8aa628b4236820fdf9 \
-                    sha256  c4e4ddcac94b3cfd9e1912519990482d132e1f99ee95b012f9bfa045ab7ce6c2
+checksums           rmd160  373e66ec1a474bcaa679a5fccd7f17d0f548f2d6 \
+                    sha256  8ba64896a43f3cd4c446b123306a3cbf223cb713333cd2c67c6d921b80093333
 
 python.versions     27 34 35