diff options
| author | Oliver Galloway-Lunn | 2011-04-21 21:38:29 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-21 14:31:01 -0700 |
| commit | 6721051274a63cce4d9bae725137bd05d4b214ba (patch) | |
| tree | b3429dcaab669f5ebe78c3744e46c89085f500a9 /Library | |
| parent | 2e717dedd4068a303d2d7bf907715893d2f08cc1 (diff) | |
| download | homebrew-6721051274a63cce4d9bae725137bd05d4b214ba.tar.bz2 | |
SQLite 3.7.6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 49734ad41..dbba42c59 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -2,9 +2,9 @@ require 'formula' class Sqlite < Formula homepage 'http://sqlite.org/' - url 'http://www.sqlite.org/sqlite-autoconf-3070601.tar.gz' - sha256 '79b7de2483cbbfa79721c9414d4c7acda00ba98a8b1fe73460fe57c173651ad4' - version '3.7.6.1' + url 'http://www.sqlite.org/sqlite-autoconf-3070602.tar.gz' + md5 'f16c08617968b4087b3d591fd575f59f' + version '3.7.6.2' def options [ |
