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 ggcat to 1.1.1 #52893

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions recipes/ggcat/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash -ex

export MACOSX_DEPLOYMENT_TARGET=10.15

cargo install --no-track --verbose --root "${PREFIX}" --path crates/cmdline/ --locked
6 changes: 3 additions & 3 deletions recipes/ggcat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "ggcat" %}
{% set version = "1.1.0" %}
{% set version = "1.1.1" %}

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

source:
url: https://github.com/algbio/ggcat/archive/v1.1.0.zip
sha256: 028021bc47ae58fb0e39ca29b79e0f318f5dc1f8e7d6649f9a446574bff3d0fc
url: https://github.com/algbio/ggcat/archive/refs/tags/v1.1.1.zip
sha256: 7b3006e8f3a2ecace876ee877adeedfc7cde2af317a84e823e3d883a519297c8

requirements:
build:
Expand Down
Loading