From 176b44908a2e116881cf26a0770e137426df3406 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:08:36 +0000 Subject: [PATCH 1/2] Update ggcat to 1.1.1 --- recipes/ggcat/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/ggcat/meta.yaml b/recipes/ggcat/meta.yaml index 6410e45bb271f..56823f19cfd87 100644 --- a/recipes/ggcat/meta.yaml +++ b/recipes/ggcat/meta.yaml @@ -1,5 +1,5 @@ {% set name = "ggcat" %} -{% set version = "1.1.0" %} +{% set version = "1.1.1" %} package: name: {{ name }} @@ -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: From 2968d53c375087fbef99fdbaa7559c27d358df87 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:09:17 -0600 Subject: [PATCH 2/2] Update build.sh --- recipes/ggcat/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/ggcat/build.sh b/recipes/ggcat/build.sh index 0d59a525b3cea..710098223bd10 100755 --- a/recipes/ggcat/build.sh +++ b/recipes/ggcat/build.sh @@ -1,3 +1,5 @@ #!/bin/bash -ex +export MACOSX_DEPLOYMENT_TARGET=10.15 + cargo install --no-track --verbose --root "${PREFIX}" --path crates/cmdline/ --locked