[devdocsgjs/main: 975/1867] sqlite: update to 3.30.1




commit 9b86f2fdb0130a99a88af74d59aae5c3c6eb8be4
Author: Simon Legner <Simon Legner gmail com>
Date:   Sun Nov 24 18:31:24 2019 +0100

    sqlite: update to 3.30.1

 lib/docs/scrapers/sqlite.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/sqlite.rb b/lib/docs/scrapers/sqlite.rb
index d3a5fa6b..9b245326 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.25.2'
+    self.release = '3.30.1'
     self.base_url = 'https://sqlite.org/'
     self.root_path = 'docs.html'
     self.initial_paths = %w(keyword_index.html)
@@ -37,6 +37,7 @@ module Docs
       requirements.html
       session/intro.html
       syntax.html
+      src/doc/trunk/doc/lemon.html
     )
 
     options[:attribution] = 'SQLite is in the Public Domain.'


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