diff options
author | adam <adam@pkgsrc.org> | 2015-02-02 19:06:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-02-02 19:06:28 +0000 |
commit | c5ca9fc095851c37ba2d066e85b9391748986966 (patch) | |
tree | f82ea6424dcccb3aa88ecabdad95c8c99800bf1c /databases/sqlite3-tcl/Makefile | |
parent | c577fdd85a5e30192db4cc146e816d88c13da875 (diff) | |
download | pkgsrc-c5ca9fc095851c37ba2d066e85b9391748986966.tar.gz |
Changes 3.8.8.2:
* Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the WAL file even if there is no checkpoint work to be done.
Diffstat (limited to 'databases/sqlite3-tcl/Makefile')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 6f2c2c44548..570f19f15a7 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2015/01/20 20:11:07 adam Exp $ +# $NetBSD: Makefile,v 1.70 2015/02/02 19:06:28 adam Exp $ -DISTNAME= sqlite-autoconf-3080801 -PKGNAME= sqlite3-tcl-3.8.8.1 +DISTNAME= sqlite-autoconf-3080802 +PKGNAME= sqlite3-tcl-3.8.8.2 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \ http://www.sqlite.org/2015/ |