Skip to content

Commit

Permalink
Update nextclade to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextstrain-bot committed Oct 21, 2024
1 parent abe5345 commit 2e62f9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/nextclade/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "nextclade" %}
{% set version = "3.8.2" %}
{% set version = "3.9.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
- url: https://github.com/nextstrain/nextclade/releases/download/{{ version }}/{{ name }}-x86_64-unknown-linux-gnu # [linux64]
sha256: 8366d5f7c8f131d8659aa2af1ab014d3ea0d429420dab90f90badbe827a532e6 # [linux64]
sha256: e42aaed0854ecdc5b8e8523c65e2388c57817a43e2725e0d98f959dd9c820111 # [linux64]
- url: https://github.com/nextstrain/nextclade/releases/download/{{ version }}/{{ name }}-aarch64-unknown-linux-gnu # [aarch64]
sha256: 87fce29bbcfd84290073c0fc23f53ed7c7c459df35077bc11b360515e85917bb # [aarch64]
sha256: f5a08e8bf33a9a6d68407a90fca6cbc77928027b247a1648155b51ab3fd7d680 # [aarch64]
- url: https://github.com/nextstrain/nextclade/releases/download/{{ version }}/{{ name }}-x86_64-apple-darwin # [osx and x86_64]
sha256: 414a6c0057665f72f598d1d2051ded309cc7aa96c88468d7cf9322ed559c9013 # [osx and x86_64]
sha256: 5570cf7b59876bb62bd4444112e304cbe60c28ce5e5a3d168a62f401953b9149 # [osx and x86_64]
- url: https://github.com/nextstrain/nextclade/releases/download/{{ version }}/{{ name }}-aarch64-apple-darwin # [osx and arm64]
sha256: a5fbd37742cce895bbe7a468f136f06e6ca56e8b44a65e7c52ff15d9a126aa00 # [osx and arm64]
sha256: e328400872efe15a761bc012f6c8144d7b50f0775bff95b77ce4ed816ed239c3 # [osx and arm64]

build:
number: 0
Expand Down

0 comments on commit 2e62f9b

Please sign in to comment.