Revision
112668
Author
jmr@macports.org
Date
2013-10-29 02:55:05 -0700 (Tue, 29 Oct 2013)

Log Message

py-SDL2: update to 0.7.0

Modified Paths

Diff

Modified: trunk/dports/python/py-SDL2/Portfile (112667 => 112668)


--- trunk/dports/python/py-SDL2/Portfile	2013-10-29 09:49:00 UTC (rev 112667)
+++ trunk/dports/python/py-SDL2/Portfile	2013-10-29 09:55:05 UTC (rev 112668)
@@ -4,7 +4,7 @@
 PortGroup           python 1.0
 
 name                py-SDL2
-version             0.6.0
+version             0.7.0
 categories-append   devel multimedia
 license             public-domain
 platforms           darwin
@@ -20,8 +20,8 @@
 master_sites        ${homepage}/downloads/
 distname            PySDL2-${version}
 
-checksums           rmd160 1e73a164c63eba7f51c4708e01d8a5cd69b18f0b \
-                    sha256 9c037c494256a7e165f5c0c638c699aa4ebb003cf28a41f1639d9be891a3a393
+checksums           rmd160 e5b4169349757ad6b0305e164f2ac7611d5b2666 \
+                    sha256 4983640a0c0fd36dca0c38f10f586bcba0fe4ae599b4404c796c2a86adcabec3
 
 python.versions     27 32 33