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 giatools to 0.3.1 #51007

Merged
merged 1 commit into from
Sep 27, 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
4 changes: 2 additions & 2 deletions recipes/giatools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "giatools" %}
{% set version = "0.3" %}
{% set version = "0.3.1" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: "https://github.com/BMCV/giatools/archive/refs/tags/{{ version }}.zip"
sha256: 2172581b7c2a428184082ccf715cfac2c61ea19d37651784ae5283402a1ef6f1
sha256: 3c763086a656514219a9b81fbfe2c4ac1c58a91c58345d18ebd028c44e2eb080

build:
number: 0
Expand Down