diff options
| author | Birger J. Nordølum | 2011-04-12 18:15:31 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-04-12 09:39:35 -0700 | 
| commit | 2a70c873cff64ce2113fd7fccc7735f01ef13629 (patch) | |
| tree | 4476569caff235a8f009d4930137901bc3aad9f2 /Library/Formula/sqlite.rb | |
| parent | 12e58e8565cfbd44a69046289914683fe4184e40 (diff) | |
| download | homebrew-2a70c873cff64ce2113fd7fccc7735f01ef13629.tar.bz2 | |
SQLite 3.7.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 8c65e98b9..7f9d23b3c 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -1,10 +1,10 @@  require 'formula'  class Sqlite < Formula -  url 'http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz' -  md5 'a9604a82613ade2e7f4c303f233e477f' -  version '3.7.5' -  homepage 'http://www.sqlite.org/' +  homepage 'http://sqlite.org/' +  url 'http://sqlite.org/sqlite-autoconf-3070600.tar.gz' +  sha256 'c56417140f32f495827c90565a25c1b1068d1117ae368ea6ab58c01875d78771' +  version '3.7.6'    def options    [  | 
