sqlite-analyzer 3.29.0
Closes #41827. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
bbb80ab37f
commit
3482630323
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class SqliteAnalyzer < Formula
|
||||
desc "Analyze how space is allocated inside an SQLite file"
|
||||
homepage "https://www.sqlite.org/"
|
||||
url "https://sqlite.org/2019/sqlite-src-3280000.zip"
|
||||
version "3.28.0"
|
||||
sha256 "905279142d81c23e0a8803e44c926a23abaf47e2b274eda066efae11c23a6597"
|
||||
url "https://sqlite.org/2019/sqlite-src-3290000.zip"
|
||||
version "3.29.0"
|
||||
sha256 "a1533d97504e969ca766da8ff393e71edd70798564813fc2620b0708944c8817"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue