Skip to content

Commit

Permalink
Update centrifuge to 1.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored and Autobump committed Oct 20, 2024
1 parent 8dd05cc commit dc29a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/centrifuge/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "centrifuge" %}
{% set version = "1.0.4.1" %}
{% set version = "1.0.4.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

build:
number: 2
number: 0
skip: true # [osx]
run_exports:
- {{ pin_subpackage("centrifuge", max_pin="x.x") }}

source:
url: https://github.com/DaehwanKimLab/centrifuge/archive/refs/tags/v{{ version }}.tar.gz
sha256: 638cc6701688bfdf81173d65fa95332139e11b215b2d25c030f8ae873c34e5cc
sha256: db142790522a72971c7deda7d22e1f29fce54dbf23afc2e40def9f5a764f4c99
patches:
- centrifuge-linux-aarch64.patch # [linux and aarch64]

Expand Down

0 comments on commit dc29a48

Please sign in to comment.