Fix incorrect checksum value for adios2 tarball (#6054)

This commit is contained in:
Scott Wittenburg 2017-10-31 15:08:08 -06:00 committed by Christoph Junghans
parent 6427406fc6
commit 3cb2d5341d

View File

@ -34,7 +34,7 @@ class Adios2(CMakePackage):
version('develop', branch='master',
git='https://github.com/ornladios/ADIOS2.git')
version('2.0.0', '019115e5c6ac28bd0f4201f590f5d994')
version('2.0.0', 'da39655b51745d2c5f3f1e46c5abc4d7')
variant('shared', default=True,
description='Also build shared libraries')