Skip to content

Commit 8a64eb5

Browse files
committed
Update SQLite documentation (3.40.0)
1 parent 6f877b6 commit 8a64eb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/file-scrapers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,5 @@ Download the docs from https://sqlite.org/download.html, unzip it, and rename
282282
it to `/path/to/devdocs/docs/sqlite`
283283

284284
```sh
285-
curl https://sqlite.org/2022/sqlite-doc-3390200.zip | bsdtar --extract --file - --directory=docs/sqlite/ --strip-components=1
285+
curl https://sqlite.org/2022/sqlite-doc-3400000.zip | bsdtar --extract --file - --directory=docs/sqlite/ --strip-components=1
286286
```

lib/docs/scrapers/sqlite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Sqlite < FileScraper
33
self.name = 'SQLite'
44
self.type = 'sqlite'
5-
self.release = '3.39.2'
5+
self.release = '3.40.0'
66
self.base_url = 'https://sqlite.org/'
77
self.root_path = 'docs.html'
88
self.initial_paths = %w(keyword_index.html)

0 commit comments

Comments
 (0)