Skip to content

Commit c8a62bd

Browse files
committed
Update Cmake to 3.20
1 parent b9de596 commit c8a62bd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/docs/scrapers/cmake.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ class Cmake < UrlScraper
1616
options[:skip_patterns] = [/\Agenerator/, /\Acpack_gen/, /\Ainclude/, /\Arelease/]
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2000&ndash;2020 Kitware, Inc. and Contributors<br>
19+
&copy; 2000&ndash;2021 Kitware, Inc. and Contributors<br>
2020
Licensed under the BSD 3-clause License.
2121
HTML
2222

23+
version '3.20' do
24+
self.release = '3.20'
25+
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
26+
end
27+
2328
version '3.19' do
2429
self.release = '3.19.0'
2530
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"

0 commit comments

Comments
 (0)