Skip to content

Commit

Permalink
Added beta version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
luan-n-nguyen committed Oct 9, 2024
1 parent f2b92d4 commit be5b12f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/hmftools-sage/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{% set version = "4.0_beta.1" %}
{% set version = "4.0_beta" %}
{% set beta_suffix = ".1" %}
{% set sha256 = "22a3495f4ebe425114af4b9ba472860b3e2fe16395e3223827d0b6eccba27eb3" %}

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

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

build:
Expand Down

0 comments on commit be5b12f

Please sign in to comment.