sqlite-analyzer 3.15.2
Closes #7376. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
b6966d7b3a
commit
55e390776e
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/2016/sqlite-src-3150100.zip"
|
url "https://www.sqlite.org/2016/sqlite-src-3150200.zip"
|
||||||
version "3.15.1"
|
version "3.15.2"
|
||||||
sha256 "423a73936931c5148a4812ee7d82534ec7d998576ea1b4e1573af91ec15a4b01"
|
sha256 "38a1e867b5b1a58ba3731a63ffe69a2271d79bd0723d21c5a9a71e4cb7452a83"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue