dbhash 3.16.1
Closes #8455. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
6f3a7505b9
commit
78c7ef354c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Dbhash < Formula
|
||||
desc "Computes the SHA1 hash of schema and content of a SQLite database"
|
||||
homepage "https://www.sqlite.org/dbhash.html"
|
||||
url "https://www.sqlite.org/2017/sqlite-src-3160000.zip"
|
||||
version "3.16.0"
|
||||
sha256 "9aa6c30e350e3f9729ea56a63b5ec7eb7e5cd63ca63b34fa6784b7800ce25ad0"
|
||||
url "https://www.sqlite.org/2017/sqlite-src-3160100.zip"
|
||||
version "3.16.1"
|
||||
sha256 "490f0c27dd29cbc96df5b6750dcef18a9da5e31b3608fc241354f38d7af0a942"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue