From b7f674523ee95417fbca1dc571fe85bbbe1d0eac Mon Sep 17 00:00:00 2001 From: asmariyaz23 Date: Thu, 18 Oct 2018 15:44:20 -0400 Subject: [PATCH] update version (#11403) --- recipes/ctat-mutations/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/ctat-mutations/meta.yaml b/recipes/ctat-mutations/meta.yaml index 497b8dd84b4e6..48f04ee5c5187 100644 --- a/recipes/ctat-mutations/meta.yaml +++ b/recipes/ctat-mutations/meta.yaml @@ -1,15 +1,15 @@ {% set name = "ctat-mutations" %} -{% set version = "2.0.0" %} -{% set build = "4" %} +{% set version = "2.0.1" %} +{% set build = "0" %} package: name: {{ name }} version: {{ version }} source: - url: https://github.com/NCIP/ctat-mutations/releases/download/v{{ version }}/ctat-mutations-v{{ version }}.FULL.tar.gz + url: https://github.com/NCIP/ctat-mutations/releases/download/{{ version }}/ctat-mutations-v{{ version }}.FULL.tar.gz #recheck URL - md5: 8497925e59a6ed06a0dbc2972590d67e + md5: d1aa12b897ec03cd29fe0b10c482472e build: number: {{ build }}