sqlite-analyzer 3.16.0
Closes #8407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
30516b0740
commit
c028c759b1
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://www.sqlite.org/2016/sqlite-src-3150200.zip"
|
||||
version "3.15.2"
|
||||
sha256 "38a1e867b5b1a58ba3731a63ffe69a2271d79bd0723d21c5a9a71e4cb7452a83"
|
||||
url "https://www.sqlite.org/2017/sqlite-src-3160000.zip"
|
||||
version "3.16.0"
|
||||
sha256 "9aa6c30e350e3f9729ea56a63b5ec7eb7e5cd63ca63b34fa6784b7800ce25ad0"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue