Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrich27 committed Sep 24, 2024
1 parent c7ac84f commit 68bbb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda-recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "larch-phylo" %}
{% set version = environ.get('LARCH_VERSION', '0.0.0') %}
{% set git_commit = environ.get('LARCH_COMMIT', 'main') %}
{% set src = environ.get('LARCH_SRC', 'local') %}
{% set git_commit = environ.get('LARCH_COMMIT', 'main') %}
{% set hash = environ.get('LARCH_HASH', 'unknown')}

package:
Expand All @@ -19,8 +19,8 @@ source:
git_submodules: true
{% elif src == 'release' %}
# method 3: use release tarball
url:
sha256:
url: https://github.com/matsengrp/{{ name }}/archive/v{{ version }}.tar.gz
sha256: {{ hash }}
{% endif %}

build:
Expand Down

0 comments on commit 68bbb39

Please sign in to comment.