Skip to content

Commit

Permalink
bftools (#51960)
Browse files Browse the repository at this point in the history
* bftools

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
bgruening authored Nov 6, 2024
1 parent c4aeb51 commit e42ddb6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/bftools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set version = "6.7.0" %}
{% set sha256 = "7c013b23529d61280e04c3dd312401d7b71fb5892f5e7870f87d37bab5f3988f" %}
{% set version = "8.0.0" %}
{% set sha256 = "46c7c53595a2491adc76dc3b7d4089689e5c3817a9bb549a632d08ef137438e7" %}


package:
name: bftools
version: '{{version}}'

source:
url: "http://downloads.openmicroscopy.org/latest/bio-formats{{version}}/artifacts/bftools.zip"
url: https://downloads.openmicroscopy.org/bio-formats/{{ version }}/artifacts/bftools.zip
sha256: '{{sha256}}'

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage('bftools', max_pin="x.x") }}

requirements:
run:
Expand All @@ -21,6 +23,8 @@ requirements:
test:
commands:
- bfconvert -version
- domainlist
- formatlist

about:
home: https://docs.openmicroscopy.org/bio-formats/{{version}}/users/comlinetools/index.html
Expand Down

0 comments on commit e42ddb6

Please sign in to comment.