Revert "sqlite: update to 3.7.12."

This reverts commit 56528576aa.

gnome-shell segfaults with new version, so until the problem is understood
back to a working version.
This commit is contained in:
Juan RP 2012-05-15 11:11:29 +02:00
parent ba0fc9d522
commit cc799a868f

View file

@ -1,7 +1,7 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.7.12
_amalgamationver=3071200
version=3.7.11
_amalgamationver=3071100
wrksrc=sqlite
create_wrksrc=yes
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>"
homepage="http://www.sqlite.org"
license="Public Domain"
checksum=ca1735d13975be84cba87ea1b62ae0ab01fdc01ef21d7547982a2b118c9fc649
checksum=2badc75dc536249bcd68c44d2a655724285d054303251eaff9d355194cb3476b
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