Skip to content

Commit

Permalink
Bump to 1.19 and remove redundant runtime requirements (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Jan 3, 2024
1 parent d18dc09 commit a6a90b0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "1.16" %}
{% set version = "1.19" %}

package:
name: htslib
version: {{ version }}

build:
number: 6
number: 0
run_exports:
- {{ pin_subpackage('htslib', max_pin='x.x') }}

source:
url: https://github.com/samtools/htslib/releases/download/{{ version }}/htslib-{{ version }}.tar.bz2
sha256: 606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924
sha256: 8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736

requirements:
build:
Expand All @@ -24,13 +24,6 @@ requirements:
- zlib
- libdeflate
- openssl # [not osx]
run:
- libcurl
- bzip2
- xz
- zlib
- libdeflate
- openssl # [not osx]

test:
files:
Expand Down

0 comments on commit a6a90b0

Please sign in to comment.