Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pilon #12354

Merged
merged 1 commit into from
Nov 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/pilon/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set version = "1.22" %}
{% set version = "1.23" %}

package:
name: pilon
version: {{ version }}

source:
url: https://github.com/broadinstitute/pilon/releases/download/v{{ version }}/pilon-{{ version }}.jar
md5: 3c45568dc1b878a9a0316410ec62ab04
sha256: bde1d3c8da5537abbc80627f0b2a4165c2b68551690e5733a6adf62413b87185

build:
noarch: generic
number: 1
number: 0

requirements:
run:
Expand Down
2 changes: 1 addition & 1 deletion recipes/pilon/pilon.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sys
import subprocess
from os import access, getenv, X_OK
jar_file = 'pilon-1.22.jar'
jar_file = 'pilon-1.23.jar'

default_jvm_mem_opts = ['-Xms512m', '-Xmx1g']

Expand Down