Skip to content

Commit

Permalink
Fixed missing beta suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
luan-n-nguyen committed Oct 10, 2024
1 parent 47ca83a commit 7e5556a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/hmftools-purple/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "4.1" %}
{% set version = "4.1_beta" %}
{% set beta_suffix = ".1" %}
{% set sha256 = "aa5b1ec3c0e67027750fce6ac71bc31d55c37405c8e00571594d58c837e74a51" %}

Expand All @@ -7,7 +7,7 @@ package:
version: '{{ version }}'

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

build:
Expand Down

0 comments on commit 7e5556a

Please sign in to comment.