Merge pull request #1304 from simon04/sqlite-3.33

sqlite: update to 3.33.0
pull/1305/head
Simon Legner 4 years ago committed by GitHub
commit 8677f33a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.30.1' self.release = '3.33.0'
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)

Loading…
Cancel
Save