Skip to content

Commit

Permalink
Update hmftools-purple and hmftools-orange (#51800)
Browse files Browse the repository at this point in the history
* Update hmftools-orange to 3.7.1-beta.1

* Update hmftools-purple to 4.1_beta.5

* Minor update to jar for hmftools-orange

* Bump build number for hmftools-orange

* edit build number

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
luan-n-nguyen and mencian authored Oct 31, 2024
1 parent c58c865 commit a97949f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions recipes/hmftools-orange/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{% set version = "3.7.1_beta" %}
{% set sha256 = "1592dacf6a75c7d82fbb865b85e17cbb5b04d1acda8cdf5fb61c4a5cf9868929" %}
{% set beta_suffix = ".2" %}
{% set sha256 = "c1ba13d266e5197b5cdc20f2691578714784d7669b95f0182f69d174c663e70e" %}

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

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

build:
noarch: generic
number: 0
number: 1
run_exports:
- {{ pin_subpackage('hmftools-orange', max_pin="x") }}

Expand Down
6 changes: 3 additions & 3 deletions recipes/hmftools-purple/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "4.1_beta" %}
{% set beta_suffix = ".4" %}
{% set sha256 = "fef88d9bc349aa6a43c2b90fb6ea9835d50c3bd4d9c622190024bb890a0ae7e9" %}
{% set beta_suffix = ".5" %}
{% set sha256 = "92c97c12db08383187ed467d2574540672e36df7b5594c202777e1b3f05e8868" %}

package:
name: hmftools-purple
Expand All @@ -12,7 +12,7 @@ source:

build:
noarch: generic
number: 1
number: 2
run_exports:
- {{ pin_subpackage('hmftools-purple', max_pin="x") }}

Expand Down

0 comments on commit a97949f

Please sign in to comment.