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 pbaa version 1.1.0 #51724

Merged
merged 1 commit into from
Oct 28, 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
14 changes: 10 additions & 4 deletions recipes/pbaa/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pbaa" %}
{% set version = "1.0.3" %}
{% set pbaa_sha256 = "39ee21fc8b94d15f2004afeb34c6370bcb7661f8e29d35ebd50349f0dced472c" %}
{% set version = "1.1.0" %}
{% set pbaa_sha256 = "fb94e8122593a3a6ce6405239645f2f3b15a996113c00ce3872058be9caa1b89" %}

package:
name: {{ name }}
Expand All @@ -18,10 +18,16 @@ about:
extra:
recipe-maintainers:
- zeeev

skip-lints:
#repackaged binary
- should_be_noarch_generic

build:
number: 0
noarch: generic
skip: True # [osx]
binary_relocation: False
run_exports:
- {{ pin_subpackage('pbaa', max_pin='x.x') }}

test:
commands:
Expand Down
Loading