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 cosigt to v0.1.2 #51391

Merged
merged 2 commits into from
Oct 15, 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
6 changes: 3 additions & 3 deletions recipes/cosigt/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cosigt" %}
{% set version = "0.1.1" %}
{% set version = "0.1.2" %}

package:
name: {{ name }}
Expand All @@ -11,8 +11,8 @@ build:
- {{ pin_subpackage(name, max_pin='x.x') }}

source:
- url: https://github.com/davidebolo1993/{{ name }}/archive/tags/{{ version }}.tar.gz
sha256: 7db68d7e02424fba7248db4ddd0853f1c634b31e62906037765f1f481e63635d
- url: https://github.com/davidebolo1993/{{ name }}/archive/tags/v{{ version }}.tar.gz
sha256: 8cd92c395643720492cc1626d16aa5258bf44a6f448c2ea3407a257bf0ab6416

requirements:
build:
Expand Down