sqlite 3.20.1
This commit is contained in:
parent
c875270bab
commit
d3c69d1b6e
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
class Sqlite < Formula
|
||||
desc "Command-line interface for SQLite"
|
||||
homepage "https://sqlite.org/"
|
||||
url "https://sqlite.org/2017/sqlite-autoconf-3200000.tar.gz"
|
||||
version "3.20.0"
|
||||
sha256 "3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0"
|
||||
url "https://sqlite.org/2017/sqlite-autoconf-3200100.tar.gz"
|
||||
version "3.20.1"
|
||||
sha256 "ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -36,9 +36,9 @@ class Sqlite < Formula
|
|||
end
|
||||
|
||||
resource "docs" do
|
||||
url "https://www.sqlite.org/2017/sqlite-doc-3200000.zip"
|
||||
version "3.20.0"
|
||||
sha256 "5b7a4dc411937f33f17a8b0b7cb490d5e718fe37a751ee772d8989c23745f394"
|
||||
url "https://www.sqlite.org/2017/sqlite-doc-3200100.zip"
|
||||
version "3.20.1"
|
||||
sha256 "0caf410e604411fd925c699d5fcb1d846f9297cdf2e18251eceb3e5708301e85"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue