diff options
| author | Jack Nagel | 2012-05-15 13:27:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-15 13:27:22 -0500 |
| commit | 5d3217437e0455f143d33061718fbea0c6ee0277 (patch) | |
| tree | 9a594ef2d8f4d64cb0e62e459fafe1461ef9e52d /Library/Formula | |
| parent | ed6b352c2b559ed73836a997bf5fecfa78fee10f (diff) | |
| download | homebrew-5d3217437e0455f143d33061718fbea0c6ee0277.tar.bz2 | |
sqlite 3.7.12
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sqlite.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 964053628..14620873d 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -7,16 +7,16 @@ class SqliteFunctions < Formula end class SqliteDocs < Formula - url 'http://www.sqlite.org/sqlite-doc-3071100.zip' - sha1 '87cbed1918c2604daefd3588a8555067e55e53cf' - version '3.7.11' + url 'http://www.sqlite.org/sqlite-doc-3071200.zip' + sha1 'a5a71f0440816d731d30ad080429c971497b068d' + version '3.7.12' end class Sqlite < Formula homepage 'http://sqlite.org/' - url 'http://www.sqlite.org/sqlite-autoconf-3071100.tar.gz' - sha1 'a768f76b10df84d6a2c66178544d42725a8fdaf0' - version '3.7.11' + url 'http://www.sqlite.org/sqlite-autoconf-3071200.tar.gz' + sha1 '30e6b0912f074cff5563697367c2ba9608d83bd3' + version '3.7.12' depends_on 'readline' => :optional |
