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 Guidescan to v2.2.1 #50736

Closed
wants to merge 2 commits into from
Closed
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
8 changes: 6 additions & 2 deletions recipes/guidescan/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name="guidescan" %}
{% set version="2.2.0" %}
{% set version="2.2.1" %}

package:
name: {{ name }}
version: '{{ version }}'

source:
url: https://github.com/pritykinlab/guidescan-cli/releases/download/v{{ version }}/guidescan-v{{ version }}-src.tar.gz
sha256: b1fd82fc65bbcd883e6006ed921762e8075edd61b693f1a4d084e1fda6305f72
sha256: 24075dc9c391e16af7ac7bf0af4cba0682b420e7ed63ca7c928f16a61adc5ff1

build:
number: 0
Expand All @@ -22,6 +22,10 @@ requirements:
run:
- libcurl

extra:
additional-platforms:
- osx-arm64

test:
commands:
- "guidescan --version"
Expand Down