From c8a62bd4ff271e1ea30e9b8f6e4ae38d823bd4ed Mon Sep 17 00:00:00 2001 From: Enoc Date: Fri, 5 Mar 2021 09:55:48 -0600 Subject: [PATCH] Update Cmake to 3.20 --- lib/docs/scrapers/cmake.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/cmake.rb b/lib/docs/scrapers/cmake.rb index 3b002f28..69a8c2f6 100644 --- a/lib/docs/scrapers/cmake.rb +++ b/lib/docs/scrapers/cmake.rb @@ -16,10 +16,15 @@ module Docs options[:skip_patterns] = [/\Agenerator/, /\Acpack_gen/, /\Ainclude/, /\Arelease/] options[:attribution] = <<-HTML - © 2000–2020 Kitware, Inc. and Contributors
+ © 2000–2021 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License. HTML + version '3.20' do + self.release = '3.20' + self.base_url = "https://cmake.org/cmake/help/v#{self.version}/" + end + version '3.19' do self.release = '3.19.0' self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"