Skip to content

Commit

Permalink
sqlite 3.27.2
Browse files Browse the repository at this point in the history
Closes Homebrew#37339.

Signed-off-by: Chongyu Zhu <[email protected]>
  • Loading branch information
tommyang authored and lembacon committed Mar 22, 2019
1 parent ba12bb1 commit a4c6668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/sqlite.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Sqlite < Formula
desc "Command-line interface for SQLite"
homepage "https://sqlite.org/"
url "https://sqlite.org/2019/sqlite-autoconf-3270100.tar.gz"
version "3.27.1"
sha256 "54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8"
url "https://sqlite.org/2019/sqlite-autoconf-3270200.tar.gz"
version "3.27.2"
sha256 "50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e"

bottle do
cellar :any
Expand Down

0 comments on commit a4c6668

Please sign in to comment.