sqlite-analyzer 3.19.2
This commit is contained in:
parent
89f309e9f7
commit
ed5fd2b4b3
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
class SqliteAnalyzer < Formula
|
class SqliteAnalyzer < Formula
|
||||||
desc "Analyze how space is allocated inside an SQLite file"
|
desc "Analyze how space is allocated inside an SQLite file"
|
||||||
homepage "https://www.sqlite.org/"
|
homepage "https://www.sqlite.org/"
|
||||||
url "https://www.sqlite.org/2017/sqlite-src-3190100.zip"
|
url "https://www.sqlite.org/2017/sqlite-src-3190200.zip"
|
||||||
version "3.19.1"
|
version "3.19.2"
|
||||||
sha256 "4b8b3db73bf63ab35d4a07fe54667a7bc770ede2cf38e6ca2d88536e207034fc"
|
sha256 "899c370b162a3b1febc644be5363433789a629bd07f5f80231defb5603d1abc1"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue