diff options
| author | Jack Nagel | 2013-09-04 19:59:56 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-09-04 19:59:56 -0500 | 
| commit | a888b64e2bb260ef21075e9ad8a00b0b55ca9070 (patch) | |
| tree | 96d600f4133541f2a8d482a3b87da49306e1e8c6 /Library | |
| parent | f69d5fd29e72c71d34015b5e31ae8c888feee55c (diff) | |
| download | homebrew-a888b64e2bb260ef21075e9ad8a00b0b55ca9070.tar.bz2 | |
sqlite 3.8.0.2
Diffstat (limited to 'Library')
| -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 ab4995018..4feba3df6 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/2013/sqlite-doc-3080001.zip' -  version '3.8.0.1' -  sha1 '89005a0fdd60accd037845895c9b21221d9fc30d' +  url 'http://www.sqlite.org/2013/sqlite-doc-3080002.zip' +  version '3.8.0.2' +  sha1 '43e314880cee7c97c240131625f6442c2ca7b109'  end  class Sqlite < Formula    homepage 'http://sqlite.org/' -  url 'http://www.sqlite.org/2013/sqlite-autoconf-3080001.tar.gz' -  version '3.8.0.1' -  sha1 'd2fd623a7537e0fad5a2f33169dd9d6def268583' +  url 'http://www.sqlite.org/2013/sqlite-autoconf-3080002.tar.gz' +  version '3.8.0.2' +  sha1 '294c30e882a0d45877bce09afe72d08ccfc6b650'    option :universal    option 'with-docs', 'Install HTML documentation' | 
