Revision
103372
Author
stromnov@macports.org
Date
2013-02-23 03:36:30 -0800 (Sat, 23 Feb 2013)

Log Message

py-DAWG: update to version 0.5.5

Modified Paths

Diff

Modified: trunk/dports/python/py-DAWG/Portfile (103371 => 103372)


--- trunk/dports/python/py-DAWG/Portfile	2013-02-23 11:12:26 UTC (rev 103371)
+++ trunk/dports/python/py-DAWG/Portfile	2013-02-23 11:36:30 UTC (rev 103372)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-DAWG
-version             0.5.4
+version             0.5.5
 revision            0
 categories-append   devel
 license             MIT
@@ -21,8 +21,8 @@
 
 distname            DAWG-${version}
 
-checksums           rmd160  bcef4020917b3be088faf8340fe3d2a09eb78d65 \
-                    sha256  0b18227b3b4b5002fe343bc3cff50c05cec4a0ba5bfa59755dc1e76a01f75a9a
+checksums           rmd160  754b7403db70ff04c6a9a0feb0a4d8e5ebdcff0d \
+                    sha256  43dec3d38ee6cfb38e4b0ea5954db95c1a6ddaa66a6570ac874e9246700be937
 
 python.default_version  27
 python.versions     26 27 31 32 33