gmodel: switch from .zip to .tar.gz to avoid unzip dependency (#9549)
This commit is contained in:
parent
bc213074cd
commit
9838f9609c
1 changed files with 2 additions and 2 deletions
|
@ -34,6 +34,6 @@ class Gmodel(CMakePackage):
|
|||
for Gmsh.
|
||||
"""
|
||||
homepage = "https://github.com/ibaned/gmodel"
|
||||
url = "https://github.com/ibaned/gmodel/archive/v2.1.0.zip"
|
||||
url = "https://github.com/ibaned/gmodel/archive/v2.1.0.tar.gz"
|
||||
|
||||
version('2.1.0', '9130a90c93c40edde378f6d4086c5fe0')
|
||||
version('2.1.0', '80df0c6dc413a9ffa0f0e7b65118b05b643ba3e1bfcac28fb91d2d3ad017fda0')
|
||||
|
|
Loading…
Reference in a new issue