diff options
| author | Dominyk Tiller | 2015-01-31 01:13:35 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-31 16:50:43 -0500 | 
| commit | facbf9b6d72a18ee816bc6e334ab88a073413fda (patch) | |
| tree | 359a18b56366346b9eefb5e74fca5f1e4d534332 /Library/Formula/sqlite.rb | |
| parent | ad5879b58ec577d2a6736c12f3193fda4e508ddc (diff) | |
| download | homebrew-facbf9b6d72a18ee816bc6e334ab88a073413fda.tar.bz2 | |
sqlite 3.8.8.2
Version bump.
Closes #36401.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 58fcb30ec..21065086e 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-3080801.tar.gz" -  version "3.8.8.1" -  sha1 "a140e3ada8a91a7bacf7a58cfd8f5f0e76796258" +  url "https://sqlite.org/2015/sqlite-autoconf-3080802.tar.gz" +  sha1 "1db237523419af7110e1d92c6b766e965f9322e4" +  version "3.8.8.2"    bottle do      cellar :any @@ -32,9 +32,9 @@ class Sqlite < Formula    end    resource "docs" do -    url "https://sqlite.org/2015/sqlite-doc-3080801.zip" -    version "3.8.8.1" -    sha1 "43d0fbc6a9126d617cf7dd066cbd6171c1007d59" +    url "https://sqlite.org/2015/sqlite-doc-3080802.zip" +    version "3.8.8.2" +    sha1 "a11a6ea95d3d4a88b8d7d4e0cb6fcc3e5f4bf887"    end    def install | 
