[devdocsgjs/main: 29/239] Update SQLite documentation (3.37.0)




commit 38a6506b22ba4e9a4fea3de62710e86abc1d4400
Author: Simon Legner <Simon Legner gmail com>
Date:   Mon Nov 29 18:08:56 2021 +0100

    Update SQLite documentation (3.37.0)

 docs/file-scrapers.md       | 4 ++++
 lib/docs/scrapers/sqlite.rb | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/docs/file-scrapers.md b/docs/file-scrapers.md
index 5289d980..ae1f3f8c 100644
--- a/docs/file-scrapers.md
+++ b/docs/file-scrapers.md
@@ -248,3 +248,7 @@ See `lib/docs/scrapers/scala.rb`
 
 Download the docs from https://sqlite.org/download.html, unzip it, and rename
 it to `/path/to/devdocs/docs/sqlite`
+
+```sh
+curl https://sqlite.org/2021/sqlite-doc-3370000.zip | bsdtar --extract --file - --directory=docs/sqlite/```
+```
diff --git a/lib/docs/scrapers/sqlite.rb b/lib/docs/scrapers/sqlite.rb
index b9fadd81..d2111dcb 100644
--- a/lib/docs/scrapers/sqlite.rb
+++ b/lib/docs/scrapers/sqlite.rb
@@ -2,7 +2,7 @@ module Docs
   class Sqlite < FileScraper
     self.name = 'SQLite'
     self.type = 'sqlite'
-    self.release = '3.36.0'
+    self.release = '3.37.0'
     self.base_url = 'https://sqlite.org/'
     self.root_path = 'docs.html'
     self.initial_paths = %w(keyword_index.html)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]