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 strobealign to 0.14.0 #51125

Merged
merged 3 commits into from
Oct 3, 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
9 changes: 6 additions & 3 deletions recipes/strobealign/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "0.13.0" %}
{% set version = "0.14.0" %}

package:
name: strobealign
version: {{ version }}

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage("strobealign", max_pin="x.x") }}

source:
url: https://github.com/ksahlin/strobealign/archive/refs/tags/v{{ version }}.tar.gz
sha256: 50f1585a8b3b733680067aa7ae20146a7d94d064d9fa234df0715bfcc5289c41
sha256: d09ee82e0dfc84b10ea2d8a7fd18fe31c10cdc5170068300280a3e1e5bbf99c5

requirements:
build:
Expand All @@ -21,8 +21,10 @@ requirements:
- make
host:
- zlib
- isa-l
run:
- zlib
- isa-l

test:
commands:
Expand All @@ -36,5 +38,6 @@ about:
extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- marcelm