Skip to content

Commit

Permalink
Update beast to v1.10.1 (#10362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Travis authored Aug 10, 2018
1 parent 3b431f3 commit 720cdc1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions recipes/beast/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 720cdc1

Please sign in to comment.