Revision: 75825 http://trac.macports.org/changeset/75825 Author: snc@macports.org Date: 2011-02-09 14:37:42 -0800 (Wed, 09 Feb 2011) Log Message: ----------- py2[6-7]-sqlite: update to 2.6.1 Modified Paths: -------------- trunk/dports/python/py26-sqlite/Portfile trunk/dports/python/py27-sqlite/Portfile Modified: trunk/dports/python/py26-sqlite/Portfile =================================================================== --- trunk/dports/python/py26-sqlite/Portfile 2011-02-09 21:38:50 UTC (rev 75824) +++ trunk/dports/python/py26-sqlite/Portfile 2011-02-09 22:37:42 UTC (rev 75825) @@ -5,7 +5,7 @@ PortGroup python26 1.0 name py26-sqlite -version 2.6.0 +version 2.6.1 categories python databases maintainers snc openmaintainer platforms darwin @@ -17,8 +17,8 @@ master_sites googlecode:pysqlite distname pysqlite-${version} -checksums sha1 bba2a700f98f979fdf7b224db34d95ff94c2a5d7 \ - rmd160 654ac5b914dfe6f990277b5d95e1ec592e5c2ee0 +checksums sha1 f2851c62e29bc7875936520ed7c062d1ca04e7d7 \ + rmd160 76b37422b046a807fd11f13bcfcf74d1b522dae6 depends_lib-append port:sqlite3 Modified: trunk/dports/python/py27-sqlite/Portfile =================================================================== --- trunk/dports/python/py27-sqlite/Portfile 2011-02-09 21:38:50 UTC (rev 75824) +++ trunk/dports/python/py27-sqlite/Portfile 2011-02-09 22:37:42 UTC (rev 75825) @@ -16,8 +16,8 @@ homepage http://pysqlite.googlecode.com/ master_sites googlecode:pysqlite distname pysqlite-${version} -checksums sha1 bba2a700f98f979fdf7b224db34d95ff94c2a5d7 \ - rmd160 654ac5b914dfe6f990277b5d95e1ec592e5c2ee0 +checksums sha1 f2851c62e29bc7875936520ed7c062d1ca04e7d7 \ + rmd160 76b37422b046a807fd11f13bcfcf74d1b522dae6 depends_lib-append port:sqlite3
participants (1)
-
snc@macports.org