Skip to content

Commit

Permalink
Update hmftools-redux to 1.0_beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luan-n-nguyen committed Oct 10, 2024
1 parent 707c0fb commit b788bcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/hmftools-redux/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{% set version = "1.0_beta" %}
{% set sha256 = "40caa3f1f493a1eb3c0e029f084f3c7d52456dbd9bbc72f118015b525ea9d467" %}
{% set beta_suffix = ".1" %}
{% set sha256 = "0789230f3f7c8fe65c26709fbe4bc95a70e8b7465526dac8c1613d632c43a1e8" %}

package:
name: hmftools-redux
version: '{{ version }}'

source:
url: https://github.com/hartwigmedical/hmftools/releases/download/redux-v{{ version }}/redux_v{{ version }}.jar
url: https://github.com/hartwigmedical/hmftools/releases/download/redux-v{{ version }}/redux_v{{ version }}{{ beta_suffix }}.jar
sha256: '{{ sha256 }}'

build:
Expand Down

0 comments on commit b788bcd

Please sign in to comment.