Updated sqlite to 3.7.0.1

Fixes a potential database corruption problem and a possible performance
regression caused by the introduction of automatic indexing.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Kashif Rasul 2010-08-06 15:09:49 +02:00 committed by Adam Vandenberg
parent 88fa52c228
commit f5f05c0c95
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
require 'formula'
class Sqlite <Formula
url 'http://www.sqlite.org/sqlite-amalgamation-3.7.0.tar.gz'
md5 '61b85f108760f91b79afc7833e6e6cb4'
url 'http://www.sqlite.org/sqlite-amalgamation-3.7.0.1.tar.gz'
md5 '24b589eb1522b4d9a179a621d0729dfa'
homepage 'http://www.sqlite.org/'
def options