diff options
| author | Dominyk Tiller | 2015-02-26 00:18:53 +0000 | 
|---|---|---|
| committer | Tim D. Smith | 2015-02-25 23:17:54 -0800 | 
| commit | ad914bf390f2d4cf92882627e581686e4d51ef64 (patch) | |
| tree | 4c20338ce7fc412f48276da569798fdcdd6bc5b5 /Library/Formula/sqlite.rb | |
| parent | 7e03127543deb7a1b5646d1cafa342af3cf4e07f (diff) | |
| download | homebrew-ad914bf390f2d4cf92882627e581686e4d51ef64.tar.bz2 | |
sqlite 3.8.8.3
Bump.
Closes #37204.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -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 56383f71e..e01f97491 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -1,8 +1,8 @@  class Sqlite < Formula    homepage "https://sqlite.org/" -  url "https://sqlite.org/2015/sqlite-autoconf-3080802.tar.gz" -  sha1 "1db237523419af7110e1d92c6b766e965f9322e4" -  version "3.8.8.2" +  url "https://sqlite.org/2015/sqlite-autoconf-3080803.tar.gz" +  sha1 "2fe3f6226a2a08a2e814b97cd53e36bb3c597112" +  version "3.8.8.3"    bottle do      cellar :any @@ -32,9 +32,9 @@ class Sqlite < Formula    end    resource "docs" do -    url "https://sqlite.org/2015/sqlite-doc-3080802.zip" -    version "3.8.8.2" -    sha1 "a11a6ea95d3d4a88b8d7d4e0cb6fcc3e5f4bf887" +    url "https://sqlite.org/2015/sqlite-doc-3080803.zip" +    version "3.8.8.3" +    sha1 "27c2cada8e663f694c0469bcae09eb0d8c55dd7c"    end    def install | 
