Skip to content

Commit a4f6fc0

Browse files
[ci skip] Merge PR 21375
Merge PR #21375, commits were: * bump luciphor to 2.1
1 parent 5f1e4a8 commit a4f6fc0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

recipes/luciphor2/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{% set name = "luciphor2" %}
2-
{% set version = "2018-06-28" %}
3-
{% set sha256 = "79adf33ff629ce80f0010ead773e2cd5e855304d0685625f4921a4ba72990435" %}
2+
{% set version = "2020-04-03" %}
3+
{% set sha256 = "c4aa1f6bcfe08c2d6d6a0eaa6f7d945f7b57cfb4b713a98c7501deb4c8578405" %}
44

55
package:
66
name: {{ name|lower }}
77
version: {{ version|replace("-", "_") }}
88

99
source:
10-
url: https://depot.galaxyproject.org/software/luciphor2/luciphor2_{{ version }}_all_all.jar
10+
url: https://depot.galaxyproject.org/software/luciphor2.1/luciphor2.1_{{ version }}_all_all.jar
1111
sha256: {{ sha256 }}
12-
12+
1313
build:
1414
noarch: generic
15-
number: 1
15+
number: 0
1616

1717
requirements:
1818
run:
1919
# upper limit for jdk due to https://github.com/dfermin/lucXor/issues/4
20-
- openjdk >=6,<9
20+
- openjdk >=6
2121

2222
test:
2323
commands:

0 commit comments

Comments
 (0)