Revision
122969
Author
sean@macports.org
Date
2014-08-02 14:59:49 -0700 (Sat, 02 Aug 2014)

Log Message

py-re2: update to newest commit

Modified Paths

Diff

Modified: trunk/dports/python/py-re2/Portfile (122968 => 122969)


--- trunk/dports/python/py-re2/Portfile	2014-08-02 21:59:44 UTC (rev 122968)
+++ trunk/dports/python/py-re2/Portfile	2014-08-02 21:59:49 UTC (rev 122969)
@@ -5,9 +5,9 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        facebookarchive pyre2 cb7b7187b5d4
+github.setup        facebook pyre2 941b2e2d49da
 name                py-re2
-version             0.1.20140514
+version             0.1.20140717
 
 categories-append   devel
 license             BSD
@@ -20,8 +20,8 @@
                     expression library. It implements many of the features of \
                     Python's built-in re module with compatible interfaces.
 
-checksums           rmd160  1a2dd598a43a6e3c7854ff3cea670d22024a3999 \
-                    sha256  389aa27b032706da2aae267f9e9377e3a6470335e213be92779132e67dbcaa0f
+checksums           rmd160  31bdb9ab3d69ec17017cef035318f2c75b17be56 \
+                    sha256  061d647bc36576e4de65aafb28fd86bed6ced859da92f021557d6f72db92fb55
 
 python.versions     26 27