Skip to content

Commit

Permalink
updated revision and enabled osx build (#51176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kowallus authored Oct 5, 2024
1 parent f4a7828 commit 933de1b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipes/pgrc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "2.0" %}
{% set sha256 = "b4f7c1020dcf83428ee04663e2d68e81b08ba5853c9edffb3d5d00ac0f361b92" %}
{% set version = "2.0.1" %}
{% set date = "2024-10-04" %}
{% 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 All @@ -29,7 +29,7 @@ requirements:

test:
commands:
- PgRC -v 2>&1 | grep -F {{ version }}
- PgRC -v 2>&1 | grep -F {{ date }}

about:
home: https://github.com/kowallus/PgRC
Expand All @@ -42,6 +42,7 @@ about:
extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- kowallus
identifiers:
Expand Down

0 comments on commit 933de1b

Please sign in to comment.