nag: fix NAG Fortran Compiler MD5 checksum for 6.1; add 6.2 checksum (#9617)

This commit is contained in:
Will Furnass 2018-10-26 02:14:30 +01:00 committed by Peter Scheibel
parent a7bb03c7a3
commit 6e261b4186

View file

@ -11,7 +11,8 @@ class Nag(Package):
"""The NAG Fortran Compiler.""" """The NAG Fortran Compiler."""
homepage = "http://www.nag.com/nagware/np.asp" homepage = "http://www.nag.com/nagware/np.asp"
version('6.1', '0040d2254258223c78a6a4ab4829d7e0') version('6.2', '8b119cc3296969bbd68b781f625de272')
version('6.1', '9b3cc0f8703c79f6231ae12359535119')
version('6.0', '3fa1e7f7b51ef8a23e6c687cdcad9f96') version('6.0', '3fa1e7f7b51ef8a23e6c687cdcad9f96')
# Licensing # Licensing