Skip to content
Snippets Groups Projects
Unverified Commit 9838f960 authored by Satish Balay's avatar Satish Balay Committed by GitHub
Browse files

gmodel: switch from .zip to .tar.gz to avoid unzip dependency (#9549)

parent bc213074
Branches
Tags
No related merge requests found
...@@ -34,6 +34,6 @@ class Gmodel(CMakePackage): ...@@ -34,6 +34,6 @@ class Gmodel(CMakePackage):
for Gmsh. for Gmsh.
""" """
homepage = "https://github.com/ibaned/gmodel" 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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment