sqlite 3.8.10.2
Closes Homebrew/homebrew#39940. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6ddc16e2bc
commit
daaa5e45ce
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
class Sqlite < Formula
|
||||
homepage "https://sqlite.org/"
|
||||
url "https://sqlite.org/2015/sqlite-autoconf-3081001.tar.gz"
|
||||
sha256 "5f8f2ae6461e637ff63e50fef10b6962764dfc3b81a8c0f80a19794b9d59f7ca"
|
||||
version "3.8.10.1"
|
||||
url "https://sqlite.org/2015/sqlite-autoconf-3081002.tar.gz"
|
||||
sha256 "8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626"
|
||||
version "3.8.10.2"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -33,9 +33,9 @@ class Sqlite < Formula
|
|||
end
|
||||
|
||||
resource "docs" do
|
||||
url "https://sqlite.org/2015/sqlite-doc-3081001.zip"
|
||||
version "3.8.10.1"
|
||||
sha256 "0b6c186a2da8b7d7397eb3942e97fd85b88734beb300702ace0dca4a3db729a6"
|
||||
url "https://sqlite.org/2015/sqlite-doc-3081002.zip"
|
||||
version "3.8.10.2"
|
||||
sha256 "e355ec10989829d485d2df08f076f6c3f598f7fc1d45d307b4fd70d5e609e6c4"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue