mpa and fgfs: add v1.1.1 (#23173)

This commit is contained in:
Gregory Lee 2021-04-23 07:09:26 -07:00 committed by GitHub
parent c3fbe0f026
commit bcea5e7ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class FastGlobalFileStatus(AutotoolsPackage):
maintainers = ['lee218llnl']
version('master', branch='master')
version('1.1.1', sha256='397de583a99e60aae8b4485d3decac6e23f50c658a6353fea149d6dd50d3ecee', url="https://github.com/LLNL/FastGlobalFileStatus/releases/download/v1.1.1/fastglobalfilestatus-1.1.1.tar.gz")
version('1.1', sha256='e6fba4a0b7f055899fa0e05d93a435c7f1f2ec1158b9a6647dc8d2bcf9c2e164')
depends_on('mrnet')

View File

@ -16,6 +16,7 @@ class MountPointAttributes(AutotoolsPackage):
maintainers = ['lee218llnl']
version('master', branch='master')
version('1.1.1', sha256='397de583a99e60aae8b4485d3decac6e23f50c658a6353fea149d6dd50d3ecee', url="https://github.com/LLNL/MountPointAttributes/releases/download/v1.1.1/mountpointattr-1.1.1.tar.gz")
version('1.1', sha256='bff84c75c47b74ea09b6cff949dd699b185ddba0463cb1ff39ab138003c96e02')
depends_on('autoconf', type='build')