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"