sqlite 3.27.2
Closes #37339. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
ba12bb1bb2
commit
a4c6668279
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Sqlite < Formula
|
class Sqlite < Formula
|
||||||
desc "Command-line interface for SQLite"
|
desc "Command-line interface for SQLite"
|
||||||
homepage "https://sqlite.org/"
|
homepage "https://sqlite.org/"
|
||||||
url "https://sqlite.org/2019/sqlite-autoconf-3270100.tar.gz"
|
url "https://sqlite.org/2019/sqlite-autoconf-3270200.tar.gz"
|
||||||
version "3.27.1"
|
version "3.27.2"
|
||||||
sha256 "54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8"
|
sha256 "50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue