[devdocsgjs/main: 1108/1867] nginx: update to 1.19.3




commit 72f1c5cb23224da6bf6c457d8068b118f5ea6353
Author: Simon Legner <Simon Legner gmail com>
Date:   Fri Nov 13 01:35:08 2020 +0100

    nginx: update to 1.19.3

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/nginx.rb                           | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index f7f66790..487c5272 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -508,7 +508,7 @@ credits = [
     'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
   ], [
     'nginx',
-    '2002-2019 Igor Sysoev<br>&copy; 2011-2019 Nginx, Inc.',
+    '2002-2020 Igor Sysoev<br>&copy; 2011-2020 Nginx, Inc.',
     'BSD',
     'http://nginx.org/LICENSE'
   ], [
diff --git a/lib/docs/scrapers/nginx.rb b/lib/docs/scrapers/nginx.rb
index 98a927fc..89a9db64 100644
--- a/lib/docs/scrapers/nginx.rb
+++ b/lib/docs/scrapers/nginx.rb
@@ -2,7 +2,7 @@ module Docs
   class Nginx < UrlScraper
     self.name = 'nginx'
     self.type = 'nginx'
-    self.release = '1.17.2'
+    self.release = '1.19.3'
     self.base_url = 'https://nginx.org/en/docs/'
     self.links = {
       home: 'https://nginx.org/',
@@ -20,9 +20,10 @@ module Docs
 
     options[:skip_patterns] = [/\/faq\//]
 
+    # http://nginx.org/LICENSE
     options[:attribution] = <<-HTML
-      &copy; 2002-2019 Igor Sysoev<br>
-      &copy; 2011-2019 Nginx, Inc.<br>
+      &copy; 2002-2020 Igor Sysoev<br>
+      &copy; 2011-2020 Nginx, Inc.<br>
       Licensed under the BSD License.
     HTML
 


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