Revision
149491
Author
sean@macports.org
Date
2016-06-22 15:57:23 -0700 (Wed, 22 Jun 2016)

Log Message

py-re2: update to newest commit

Modified Paths

Diff

Modified: trunk/dports/python/py-re2/Portfile (149490 => 149491)


--- trunk/dports/python/py-re2/Portfile	2016-06-22 22:57:19 UTC (rev 149490)
+++ trunk/dports/python/py-re2/Portfile	2016-06-22 22:57:23 UTC (rev 149491)
@@ -5,9 +5,9 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        facebook pyre2 587b9573384b
+github.setup        facebook pyre2 33b22739b01d
 name                py-re2
-version             0.1.20160311
+version             0.1.20160526
 
 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  1b607f7d1b2d4a9361d600c8afb63f083709a639 \
-                    sha256  43fee2dbe864324ed8edc34c26811cc4bf35757af59c24e783c8f17919da5e0b
+checksums           rmd160  3c06bd1c9fea9feb1e86c4ad33696d20c7879274 \
+                    sha256  1516f08f8ea159dc9866508ee29a846f68e4953cd9632acb75888e3ccb72022a
 
 python.versions     27