Update Sqlite to 3.6.20

master
Adam Vandenberg 2009-11-21 09:50:07 -08:00 committed by Max Howell
parent 6de5e0c42e
commit 872f50ac61
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Sqlite <Formula
@url='http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz'
@md5='3172f8a23e7e7f0e5b295062e339a149'
@homepage='http://www.sqlite.org/'
url 'http://www.sqlite.org/sqlite-amalgamation-3.6.20.tar.gz'
md5 '4bb3e9ee5d25e88b8ff8533fbeb168aa'
homepage 'http://www.sqlite.org/'
def install
system "./configure", "--disable-debug",