Skip to content

Commit

Permalink
Update revbayes to v1.1.0
Browse files Browse the repository at this point in the history
Note that while there are references to v1.0.14 in the
git history, this was not tagged so identifying the
exact commit is non trivial.

Note also that the v1.1 tag was premature and the code
at that point still reported version v1.0.14, which was
rectified a few days later with the v1.1.0 tag which is
used here.
  • Loading branch information
peterjc committed Dec 22, 2022
1 parent 33e3348 commit c0e3a81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/revbayes/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "1.0.13" %}
{% set version = "1.1.0" %}

package:
name: revbayes
version: {{ version }}

build:
number: 5
number: 0

source:
url: https://github.com/revbayes/revbayes.archive/archive/v{{ version }}.tar.gz
sha256: e85e2e1fe182fe9f504900150d936a06d252a362c591b9d3d8272dd085aa85d9
url: https://github.com/revbayes/revbayes/archive/refs/tags/v{{ version }}.tar.gz
sha256: a9f35178d8289d0dd32c9d936f6384f260e8e81e7b80a5155169064a24666012

requirements:
build:
Expand Down

0 comments on commit c0e3a81

Please sign in to comment.