Skip to content

Commit 16f1779

Browse files
committed
Update GNU Fortran documentation (12.1.0)
1 parent f92357c commit 16f1779

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/docs/scrapers/gnu/gnu_fortran.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ class GnuFortran < Gnu
66
home: 'https://gcc.gnu.org/fortran/'
77
}
88

9+
version '12' do
10+
self.release = '12.1.0'
11+
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
12+
end
13+
914
version '11' do
1015
self.release = '11.1.0'
1116
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"

0 commit comments

Comments
 (0)