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 gbintk to v1.0.0 #50961

Merged
merged 10 commits into from
Sep 27, 2024
Merged
Changes from 7 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
7 changes: 4 additions & 3 deletions recipes/gbintk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{% set name = "gbintk" %}
{% set version = "0.1.0" %}
{% set version = "1.0.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://github.com/metagentools/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz"
sha256: 5070e3c0c3c2fecdc585695cad0d9f32111ebe9e40b40da9e7b31a53bd7d7129
sha256: 9e0784a6ecf826631dd6c8a84f24d4f0df9c80d2800c5615094fb99750326b3c

build:
number: 0
noarch: python
entry_points:
- gbintk = gbintk.cli:main
script:
Expand Down Expand Up @@ -60,5 +59,7 @@ about:
dev_url: "https://github.com/metagentools/gbintk"

extra:
skip-lints:
- should_be_noarch_generic
Vini2 marked this conversation as resolved.
Show resolved Hide resolved
recipe-maintainers:
- Vini2