diff options
| author | Stian Eikeland | 2014-10-18 15:06:54 +0200 | 
|---|---|---|
| committer | Tim D. Smith | 2014-10-18 11:06:36 -0700 | 
| commit | a565ae46b84dfe88e7ea52d13660f74afb705d76 (patch) | |
| tree | 83c0f65cde9d2fc651541863704f3e6893d67ea6 /Library/Formula | |
| parent | 4462194f86f3735f50baa184eb1ae84fe09a9732 (diff) | |
| download | homebrew-a565ae46b84dfe88e7ea52d13660f74afb705d76.tar.bz2 | |
sqlite 3.8.7
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sqlite.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index bf7f0a836..9528e5549 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -2,10 +2,9 @@ require "formula"  class Sqlite < Formula    homepage "http://sqlite.org/" -  url "http://sqlite.org/2014/sqlite-autoconf-3080600.tar.gz" -  version "3.8.6" -  sha1 "c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64" -  revision 1 +  url "http://sqlite.org/2014/sqlite-autoconf-3080700.tar.gz" +  version "3.8.7" +  sha1 "8b773b006db46f3ffcbabe065e927823d13bf5c0"    bottle do      cellar :any | 
