sqlite: update to 3.7.14.

This commit is contained in:
Juan RP 2012-09-04 15:38:20 +02:00
parent 42067838c4
commit a052ba0abf

View file

@ -1,6 +1,6 @@
# Template build file for 'sqlite'. # Template build file for 'sqlite'.
pkgname=sqlite pkgname=sqlite
version=3.7.13 version=3.7.14
revision=1 revision=1
wrksrc=sqlite wrksrc=sqlite
create_wrksrc=yes create_wrksrc=yes
@ -10,9 +10,9 @@ 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"
_amalgamationver=3071300 _amalgamationver=3071400
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=ac566819f82ec4cc2ff6c5cc90987ca38e589efbd79ff263838bbc62356ab119 checksum=de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724
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