sqlite: update to 3.6.15.

--HG--
extra : convert_revision : c4b4e2deb8c2616a631cf85e006b77fc7eb030e9
This commit is contained in:
Juan RP 2009-06-20 09:28:31 +02:00
parent c3e073f1d7
commit 076a54e583
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'sqlite'.
pkgname=sqlite
sourcepkg=$pkgname
version=3.6.13
version=3.6.15
distfiles="http://sqlite.org/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_env="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl"
@ -9,7 +9,7 @@ configure_args="--disable-tcl --enable-load-extension --enable-threadsafe
--enable-threads-override-locks --enable-cross-thread-connections"
short_desc="SQL Database Engine in a C Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2ca2591847df72224dd6f99c8fffe35bb63bf41a8519d8e15ad48141aa841bfa
checksum=7c904cee3c4fa642d32389ff937f85741a0fc15417da7958cc21b94d37bdaea3
long_desc="
SQLite is a C library that implements an SQL database engine. Programs
that link with the SQLite library can have SQL database access without