sqlite: update to 3.7.12.

This commit is contained in:
Juan RP 2012-05-15 07:58:45 +02:00
parent dc3d55e562
commit 56528576aa

View file

@ -1,7 +1,7 @@
# Template build file for 'sqlite'. # Template build file for 'sqlite'.
pkgname=sqlite pkgname=sqlite
version=3.7.11 version=3.7.12
_amalgamationver=3071100 _amalgamationver=3071200
wrksrc=sqlite wrksrc=sqlite
create_wrksrc=yes create_wrksrc=yes
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
@ -9,7 +9,7 @@ short_desc="SQL Database Engine in a C Library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.sqlite.org" homepage="http://www.sqlite.org"
license="Public Domain" license="Public Domain"
checksum=2badc75dc536249bcd68c44d2a655724285d054303251eaff9d355194cb3476b checksum=ca1735d13975be84cba87ea1b62ae0ab01fdc01ef21d7547982a2b118c9fc649
long_desc=" long_desc="
SQLite is a C library that implements an SQL database engine. Programs SQLite is a C library that implements an SQL database engine. Programs
that link with the SQLite library can have SQL database access without that link with the SQLite library can have SQL database access without