diff --git a/recipes/spreadgltools/meta.yaml b/recipes/spreadgltools/meta.yaml index 65b4cf456cfe6..cf7d3c9f177df 100644 --- a/recipes/spreadgltools/meta.yaml +++ b/recipes/spreadgltools/meta.yaml @@ -1,13 +1,14 @@ {% set name ="SpreadGLtools" %} {% set version ="1.1.0" %} +{% set sha256 ="de9319eb0cab7dcf042671c77fd473a7a03a8384ce7d476f10f89a8a100cbeec"} package: name: {{ name|lower }} version: {{ version }} source: - git_url: https://github.com/GuyBaele/SpreadGL.git - git_rev: main + url: https://github.com/GuyBaele/SpreadGL/archive/refs/tags/{{ version }}.tar.gz + sha256: {{ sha256 }} build: number: 0 @@ -49,12 +50,7 @@ test: - trimming --help about: - home: https://github.com/GuyBaele/SpreadGL - license: MIT License + license: MIT summary: 'Visualising pathogen dispersal in a high-performance browser application' license_family: MIT doc_url: https://github.com/GuyBaele/SpreadGL - -extra: - additional-platforms: - - linux-aarch64 \ No newline at end of file