Skip to content

Commit

Permalink
Update teloscope to 0.0.6 (#52991)
Browse files Browse the repository at this point in the history
* Update teloscope to 0.0.6

* Add openssl as a host dependency

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
BiocondaBot and martin-g authored Dec 30, 2024
1 parent b9536ec commit 0178bb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/teloscope/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -16,6 +16,7 @@ requirements:
- {{ compiler('cxx') }}
host:
- zlib
- openssl
test:
commands:
- teloscope -h | grep "teloscope"
Expand Down

0 comments on commit 0178bb6

Please sign in to comment.