Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update centrifuge to 1.0.4.2 #51507

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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