Browse Source

octave: update to 7.2.0

Gabriel Arazas 3 năm trước cách đây
mục cha
commit
0a8700e54b

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -645,7 +645,7 @@ credits = [
     'Octave',
     '1996–2022 The Octave Project Developers',
     'Octave',
-    'https://docs.octave.org/v7.1.0/'
+    'https://docs.octave.org/v7.2.0/'
   ], [
     'OpenJDK',
     '1993, 2022, Oracle and/or its affiliates. All rights reserved.<br>Licensed under the GNU General Public License, version 2, with the Classpath Exception.<br>Various third party code in OpenJDK is licensed under different licenses.<br>Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.',

+ 1 - 1
lib/docs/scrapers/octave.rb

@@ -30,7 +30,7 @@ module Docs
     HTML
 
     version '7' do
-      self.release = '7.1.0'
+      self.release = '7.2.0'
       self.base_url = "https://docs.octave.org/v#{self.release}/"
     end