diff options
| author | Jack Nagel | 2014-03-30 16:12:49 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-30 16:12:49 -0500 |
| commit | 7c3b03f5330ee8aa256f0e7f9a26330242c4045d (patch) | |
| tree | 75e0e22736c6df3ac65683ae63bfc097182f4440 | |
| parent | d063e4d4b783ac15b8b13fd356c33a76f2c79179 (diff) | |
| download | homebrew-7c3b03f5330ee8aa256f0e7f9a26330242c4045d.tar.bz2 | |
sqlite 3.8.4.2
| -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 77c522071..f589923ad 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://sqlite.org/2014/sqlite-autoconf-3080401.tar.gz' - version '3.8.4.1' - sha1 'f8a77b74bd2632eb14cea62cd8b92c45026e248c' + url 'http://sqlite.org/2014/sqlite-autoconf-3080402.tar.gz' + version '3.8.4.2' + sha1 '97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74' bottle do cellar :any @@ -30,9 +30,9 @@ class Sqlite < Formula end resource 'docs' do - url 'http://sqlite.org/2014/sqlite-doc-3080401.zip' - version '3.8.4.1' - sha1 '11c635048ad6378e86e704246c3c2d64568ce09d' + url 'http://sqlite.org/2014/sqlite-doc-3080402.zip' + version '3.8.4.2' + sha1 '3f615f9fa81b737e652b06eddef8307235d84f2c' end def install |
