Skip to content

Commit

Permalink
updated revision and enabled osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
kowallus committed Oct 5, 2024
1 parent cdf6639 commit 96fcc08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/pgrc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{% set version = "2.0" %}
{% set sha256 = "b4f7c1020dcf83428ee04663e2d68e81b08ba5853c9edffb3d5d00ac0f361b92" %}
{% set version = "2.0.1" %}
{% set sha256 = "1a963f40c4bd93433c236afb3e2053244ba3b419c313104f881e8d4d947532b9" %}

package:
name: pgrc
version: {{ version }}

build:
number: 1
skip: True # [osx]
number: 0
run_exports:
- {{ pin_subpackage('pgrc', max_pin="x") }}

Expand Down Expand Up @@ -42,6 +41,7 @@ about:
extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- kowallus
identifiers:
Expand Down

0 comments on commit 96fcc08

Please sign in to comment.