Skip to content

Commit

Permalink
Update minced to 0.4.1 (#17171)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/minced:0.4.1--0
 - noarch/minced-0.4.1-0.tar.bz2

Co-authored-by: dpryan79 <dpryan79@gmail.com>
  • Loading branch information
2 people authored and biocondabot[bot] committed Aug 30, 2019
1 parent 2dd1420 commit df5a252
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions recipes/minced/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "minced" %}
{% set version = "0.4.0" %}
{% set hash = "bb0dde26f0dd1f12d0faed68cf269645e0e4f39450cdf0774a1c2bc63889aa9e" %}
{% set version = "0.4.1" %}
{% set hash = "a0fbdeec70bfe93dc509ffa4252ada2db90c7116585a7276214122237b445422" %}
{% set user = "ctSkennerton" %}

package:
Expand All @@ -12,19 +12,18 @@ source:
sha256: {{ hash }}

build:
number: 2
number: 0
noarch: generic

requirements:
build:
host:
- openjdk =8

run:
- openjdk >=8

test:
commands:
- {{ name }} --version | grep '{{ version }}'
- {{ name }} --version | grep MinCED

about:
home: https://github.com/{{ user }}/{{ name }}
Expand Down

0 comments on commit df5a252

Please sign in to comment.