diff options
author | drochner <drochner> | 2004-07-22 17:46:50 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-07-22 17:46:50 +0000 |
commit | 41fbaa7ed989e5fd4dba91af61959a3323aabc03 (patch) | |
tree | aa094d97459f418a57106136442d63a2a0a7d851 /databases/py-sqlite | |
parent | ffca848456d34b6ee7a8688599125437547dd78f (diff) | |
download | pkgsrc-41fbaa7ed989e5fd4dba91af61959a3323aabc03.tar.gz |
update to 0.5.1
fixes a number of (partly annoying) bugs
Diffstat (limited to 'databases/py-sqlite')
-rw-r--r-- | databases/py-sqlite/Makefile | 6 | ||||
-rw-r--r-- | databases/py-sqlite/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index 740692a32a9..8807c7f1f46 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/07/22 09:16:01 recht Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/22 17:46:50 drochner Exp $ -DISTNAME= pysqlite-0.5.0 -PKGNAME= ${PYPKGPREFIX}-sqlite-0.5.0 +DISTNAME= pysqlite-0.5.1 +PKGNAME= ${PYPKGPREFIX}-sqlite-0.5.1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/} diff --git a/databases/py-sqlite/distinfo b/databases/py-sqlite/distinfo index 6e266adad5a..28e121a63e4 100644 --- a/databases/py-sqlite/distinfo +++ b/databases/py-sqlite/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/03/31 06:07:06 snj Exp $ +$NetBSD: distinfo,v 1.3 2004/07/22 17:46:50 drochner Exp $ -SHA1 (pysqlite-0.5.0.tar.gz) = 61ef227d95c8e5886e676b6cc4679b8aca96edfc -Size (pysqlite-0.5.0.tar.gz) = 47362 bytes +SHA1 (pysqlite-0.5.1.tar.gz) = 7080dd4c6cedcf48adadbc6c44fc1c83ac9cebfe +Size (pysqlite-0.5.1.tar.gz) = 46320 bytes |