diff options
author | drochner <drochner@pkgsrc.org> | 2007-03-07 12:17:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-03-07 12:17:58 +0000 |
commit | c9a446deba11e27406ce006f3fe580ba66b3deeb (patch) | |
tree | 1060d51386626da7fd1f44e9c784b914c2917064 /databases/sqlite3/Makefile.common | |
parent | da2211b7ef0b756cf0bf45b9872eee32060d704e (diff) | |
download | pkgsrc-c9a446deba11e27406ce006f3fe580ba66b3deeb.tar.gz |
update to 3.3.13
changes:
-bugfixes
-enhanced PRAGMA integrity_check
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index b18dd67333c..745ed466adf 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.10 2007/01/11 19:08:48 drochner Exp $ +# $NetBSD: Makefile.common,v 1.11 2007/03/07 12:17:58 drochner Exp $ -DISTNAME= sqlite-3.3.10 +DISTNAME= sqlite-3.3.13 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ |