From 0178bb668b4e10e8ff2d5aa9e01a7044a7beaf93 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:25:31 -0500 Subject: [PATCH] Update teloscope to 0.0.6 (#52991) * Update teloscope to 0.0.6 * Add openssl as a host dependency --------- Co-authored-by: Martin Grigorov --- recipes/teloscope/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/teloscope/meta.yaml b/recipes/teloscope/meta.yaml index 6181216b96c73..caffb2191f6f6 100644 --- a/recipes/teloscope/meta.yaml +++ b/recipes/teloscope/meta.yaml @@ -1,11 +1,11 @@ {% set name = "teloscope" %} -{% set version = "0.0.5" %} +{% set version = "0.0.6" %} package: name: {{ name }} version: {{ version }} source: url: https://github.com/vgl-hub/teloscope/releases/download/v{{version}}/teloscope.v{{version}}-with_submodules.zip - sha256: 750625065aa433a266dc7bb09433c9d79797024b23eb4171b675d2dc13bf8db5 + sha256: 1f300bd42c408791bdb7463a37530da2ebe72f64d90e8087cf895a9abc88c8b3 build: number: 0 run_exports: @@ -16,6 +16,7 @@ requirements: - {{ compiler('cxx') }} host: - zlib + - openssl test: commands: - teloscope -h | grep "teloscope"