Update GNU Fortran documentation (12.1.0)

pull/1763/head
Simon Legner 3 years ago
parent f92357ca68
commit 16f1779b43

@ -6,6 +6,11 @@ module Docs
home: 'https://gcc.gnu.org/fortran/'
}
version '12' do
self.release = '12.1.0'
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
end
version '11' do
self.release = '11.1.0'
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"

Loading…
Cancel
Save