sqlite-analyzer 3.28.0
Closes #39045. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
fbe15f69d2
commit
6aa06f5f06
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-3270200.zip"
|
||||
version "3.27.2"
|
||||
sha256 "15bd4286f2310f5fae085a1e03d9e6a5a0bb7373dcf8d4020868792e840fdf0a"
|
||||
url "https://sqlite.org/2019/sqlite-src-3280000.zip"
|
||||
version "3.28.0"
|
||||
sha256 "905279142d81c23e0a8803e44c926a23abaf47e2b274eda066efae11c23a6597"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue