From cc799a868f7cf3d469257dfdf3fd24c2f23a6545 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 15 May 2012 11:11:29 +0200 Subject: [PATCH] Revert "sqlite: update to 3.7.12." This reverts commit 56528576aa2921ec4c88ac4928fb40a31c72c07b. gnome-shell segfaults with new version, so until the problem is understood back to a working version. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 2343039f0b3..2ccaa33523f 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -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 " 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