diff options
| author | Adam Vandenberg | 2011-02-01 10:40:54 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-02-01 10:40:54 -0800 | 
| commit | a8e51ba09445404db7ae7f717841197b3888e4a5 (patch) | |
| tree | 4cd1223af77499db1919b0e5af96e40f2cec9242 /Library/Formula/sqlite.rb | |
| parent | 18b8ac1c38702b84cfeb75cb551cd9c763ca1e5a (diff) | |
| download | homebrew-a8e51ba09445404db7ae7f717841197b3888e4a5.tar.bz2 | |
sqlite 3.7.5
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 4b1e5a5ea..caf8b5434 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -1,9 +1,9 @@  require 'formula'  class Sqlite <Formula -  url 'http://sqlite.org/sqlite-autoconf-3070400.tar.gz' -  md5 '8f0c690bfb33c3cbbc2471c3d9ba0158' -  version '3.7.4' +  url 'http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz' +  md5 'a9604a82613ade2e7f4c303f233e477f' +  version '3.7.5'    homepage 'http://www.sqlite.org/'    def options  | 
