diff --git a/recipes/beast/meta.yaml b/recipes/beast/meta.yaml index 7e71d28758a58..94e45640c37b7 100644 --- a/recipes/beast/meta.yaml +++ b/recipes/beast/meta.yaml @@ -1,15 +1,16 @@ -{% set version = "1.10.0" %} -{% set sha256 = "e23d0666018bdd2b6c74ebb12ed176d80e60833a86b76717cdfab0abac42b04f" %} +{% set version = "1.10.1" %} +{% set sha256 = "75fb0c40ffa11725d047ec8a5a9acbe4ed7c619b0cc97f8d374d929511da43b9" %} + package: name: beast - version: '{{version}}' - -build: - number: 2 + version: '{{ version }}' source: - url: https://github.com/beast-dev/beast-mcmc/releases/download/v{{version}}/BEAST_v{{version}}.tgz - sha256: '{{sha256}}' + url: https://github.com/beast-dev/beast-mcmc/releases/download/v{{ version }}/BEASTv{{ version }}.tgz + sha256: '{{ sha256 }}' + +build: + number: 0 requirements: run: @@ -24,8 +25,7 @@ about: home: http://beast.bio.ed.ac.uk license: LGPL-2.1 license_family: GPL - summary: BEAST is a cross-platform program for Bayesian analysis of molecular sequences - using MCMC + summary: BEAST is a cross-platform program for Bayesian analysis of molecular sequences using MCMC dev_url: https://github.com/beast-dev/beast-mcmc extra: