Selaa lähdekoodia

Update SQLite documentation (3.39.2)

Simon Legner 3 vuotta sitten
vanhempi
commit
643497055a
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      docs/file-scrapers.md
  2. 1 1
      lib/docs/scrapers/sqlite.rb

+ 1 - 1
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
 ```

+ 1 - 1
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)