From cf5b773cc9f37346f6cbe7a0b12151a0d9bb65bf Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 26 Feb 2015 00:18:53 +0000 Subject: [PATCH] sqlite 3.8.8.3 Bump. Closes Homebrew/homebrew#37204. Signed-off-by: Tim D. Smith --- Formula/sqlite.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/sqlite.rb b/Formula/sqlite.rb index 56383f71ea..e01f974918 100644 --- a/Formula/sqlite.rb +++ b/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