diff options
-rw-r--r-- | var/spack/repos/builtin/packages/hohqmesh/package.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/hohqmesh/package.py b/var/spack/repos/builtin/packages/hohqmesh/package.py index 0fb03d2cb1..a5c329b257 100644 --- a/var/spack/repos/builtin/packages/hohqmesh/package.py +++ b/var/spack/repos/builtin/packages/hohqmesh/package.py @@ -10,13 +10,14 @@ class Hohqmesh(CMakePackage): """High Order mesh generator for Hexahedral and Quadrilateral meshes.""" homepage = "https://github.com/trixi-framework/HOHQMesh" - url = "https://github.com/trixi-framework/HOHQMesh" git = "https://github.com/trixi-framework/HOHQMesh.git" + url = "https://github.com/trixi-framework/HOHQMesh/archive/v1.0.0.tar.gz" - maintainers = ['schoonovernumerics'] + maintainers = ['fluidnumerics-joe'] - version('main', branch='main') - version('v1.0.1', tag='v1.0.1') + version('1.1.0', sha256='5fdb75157d9dc29bba55e6ae9dc2be71294754204f4f0912795532ae66aada10') + version('1.0.1', sha256='8435f13c96d714a287f3c24392330047e2131d53fafe251a77eba365bd2b3141') + version('1.0.0', sha256='3800e63975d0a61945508f13fb76d5e2145c0260440484252b6b81aa0bfe076d') depends_on('ftobjectlibrary') |