[devdocsgjs/main: 25/69] Update SQLite documentation (3.39.2)




commit 643497055a91d1a7554ee4d424c75ec2e39cfcfa
Author: Simon Legner <Simon Legner gmail com>
Date:   Sat Aug 27 19:44:45 2022 +0200

    Update SQLite documentation (3.39.2)

 docs/file-scrapers.md       | 2 +-
 lib/docs/scrapers/sqlite.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/file-scrapers.md b/docs/file-scrapers.md
index 80b5032b..caeaa891 100644
--- a/docs/file-scrapers.md
+++ b/docs/file-scrapers.md
@@ -263,5 +263,5 @@ 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/2022/sqlite-doc-3380000.zip | bsdtar --extract --file - --directory=docs/sqlite/ 
--strip-components=1
+curl https://sqlite.org/2022/sqlite-doc-3390200.zip | bsdtar --extract --file - --directory=docs/sqlite/ 
--strip-components=1
 ```
diff --git a/lib/docs/scrapers/sqlite.rb b/lib/docs/scrapers/sqlite.rb
index 854eb4a9..f2368240 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.38.0'
+    self.release = '3.39.2'
     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]