diff --git a/var/spack/repos/builtin/packages/hdf5-vol-log/package.py b/var/spack/repos/builtin/packages/hdf5-vol-log/package.py index 0a4c6d59db..edd8420ec8 100644 --- a/var/spack/repos/builtin/packages/hdf5-vol-log/package.py +++ b/var/spack/repos/builtin/packages/hdf5-vol-log/package.py @@ -13,9 +13,11 @@ class Hdf5VolLog(AutotoolsPackage): homepage = 'https://github.com/DataLib-ECP/vol-log-based' url = 'https://github.com/DataLib-ECP/vol-log-based' git = 'https://github.com/DataLib-ECP/vol-log-based.git' - maintainers = ['hyoklee'] + maintainers = ['hyoklee', 'lrknox'] - version('master', commit='28b854e50c53166010d97eccdc23f7f3ef6a5b03') + version('master-1.1', branch='master') + + version('1.1.0', commit='ca146fa7d320ec5c0b397669b330c78fceeabb57') depends_on('hdf5@1.13.0:') depends_on('autoconf', type='build')