sqlite: update to 3.30.1

pull/1134/head
Simon Legner 5 years ago
parent 58c44bf332
commit 9b86f2fdb0

@ -2,7 +2,7 @@ module Docs
class Sqlite < FileScraper class Sqlite < FileScraper
self.name = 'SQLite' self.name = 'SQLite'
self.type = 'sqlite' self.type = 'sqlite'
self.release = '3.25.2' self.release = '3.30.1'
self.base_url = 'https://sqlite.org/' self.base_url = 'https://sqlite.org/'
self.root_path = 'docs.html' self.root_path = 'docs.html'
self.initial_paths = %w(keyword_index.html) self.initial_paths = %w(keyword_index.html)
@ -37,6 +37,7 @@ module Docs
requirements.html requirements.html
session/intro.html session/intro.html
syntax.html syntax.html
src/doc/trunk/doc/lemon.html
) )
options[:attribution] = 'SQLite is in the Public Domain.' options[:attribution] = 'SQLite is in the Public Domain.'

Loading…
Cancel
Save