Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Feb 16, 2024
2 parents ad95bf8 + 861adb8 commit a8dac1f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions resources/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.6.0" %}
{% set sha256 = "" %}
{% set version = "0.5.0" %}
{% set sha256 = "77ba116665fd00a945b65072b86b4c54f672b1b74912309709f580f7329b4adf" %}

package:
name: harpy
Expand All @@ -10,7 +10,7 @@ source:
sha256: '{{ sha256 }}'

build:
noarch: generic
# skip: True # [osx]
number: 0
run_exports:
- {{ pin_subpackage('harpy', max_pin="x.x") }}
Expand Down Expand Up @@ -50,5 +50,9 @@ about:
dev_url: https://github.com/pdimens/harpy

extra:
container:
extended-base: True
recipe-maintainers:
- pdimens
# skip-lints:
# - should_be_noarch_generic

0 comments on commit a8dac1f

Please sign in to comment.