From 3265b4694baaa89d448fac65ed873bc968c5c915 Mon Sep 17 00:00:00 2001 From: Jason Travis Date: Thu, 2 Aug 2018 03:36:29 +0000 Subject: [PATCH] Update chado-tools to v0.0.4 --- recipes/chado-tools/meta.yaml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/recipes/chado-tools/meta.yaml b/recipes/chado-tools/meta.yaml index 027a2ae8decbf..b951f86fc3fdc 100644 --- a/recipes/chado-tools/meta.yaml +++ b/recipes/chado-tools/meta.yaml @@ -1,16 +1,13 @@ -{% set name = "chado-tools" %} -{% set version = "0.0.3" %} -{% set file_ext = "tar.gz" %} -{% set hash_type = "sha256" %} -{% set hash_value = "e8b7407013eee815288589f07314655d1e6ffc7c688f7daf58080fc4369a3668" %} +{% set version = "0.0.4" %} +{% set sha256 = "28d0165e410f7c12bae562c0537f2fb252817ae464dabb0a8c43fc666f3051da" %} package: - name: {{ name|lower }} - version: {{ version }} + name: chado-tools + version: '{{ version }}' source: - url: https://github.com/sanger-pathogens/{{ name }}/archive/v{{ version }}.{{ file_ext }} - {{ hash_type }}: {{ hash_value }} + url: https://github.com/sanger-pathogens/chado-tools/archive/v{{ version }}.tar.gz + sha256: '{{ sha256 }}' build: number: 0 @@ -36,8 +33,8 @@ test: - chado --help about: - home: https://github.com/sanger-pathogens/chado-tools/ - license: GNU General Public v3 (GPLv3) - license_family: GPL3 + home: https://github.com/sanger-pathogens/chado-tools + license: GPL-3.0 + license_family: GPL license_file: LICENSE summary: Tools to access CHADO databases