Skip to content

Commit

Permalink
Update agc to 3.2 (#52347)
Browse files Browse the repository at this point in the history
* Update meta.yaml (update to version 3.2)

* Update meta.yaml
  • Loading branch information
agnieszkadanek authored Nov 25, 2024
1 parent 4f15d03 commit c4c9fc3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions recipes/agc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{% set version = "3.1" %}
{% set version = "3.2" %}

package:
name: agc
version: {{ version }}

build:
number: 2
number: 0
script: "mkdir -p ${PREFIX}/bin; cp agc ${PREFIX}/bin"
run_exports:
- {{ pin_subpackage('agc', max_pin="x") }}
source:
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}/agc-{{ version }}_arm_linux.tar.gz # [aarch64]
sha256: 5fee3ccbb2691d82a877987e204c5946dbdbe40b9603af5d2421cb8506577534 # [aarch64]
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}/agc-{{ version }}_x64_linux.tar.gz # [linux64]
sha256: 4868dd45c1ed31a7f36bcbc536174249de27b87ec83858d22b128cbec8deef53 # [linux64]
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}/agc-{{ version }}_x64_mac.tar.gz # [osx and x86_64]
sha256: 0ef911e6bb8df791593ee6e89b5bddbf82b5823684955d249d6a67a39e6d0d4e # [osx and x86_64]
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}/agc-{{ version }}_m1_mac.tar.gz # [osx and arm64]
sha256: ff8cc5dd4c5825a41e042567a93e9e01ef43fc91624c983640a29fd3c7ac03e4 # [osx and arm64]
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}.1/agc-{{ version }}_arm_linux.tar.gz # [aarch64]
sha256: 279fd46b4e764ec14617fdc9d88b847becf4ff3008588cb919480316099be264 # [aarch64]
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}.1/agc-{{ version }}_x64_linux.tar.gz # [linux64]
sha256: f9ed0132dd198f566aa0854a688bebe980945ff8ee5082e12a72a374221a224c # [linux64]
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}.1/agc-{{ version }}_x64_mac.tar.gz # [osx and x86_64]
sha256: 310e3dbb9983494c4e88dd96cfe0a79f31d2a842e62791e74708be3ecebcd358 # [osx and x86_64]
- url: https://github.com/refresh-bio/agc/releases/download/v{{ version }}.1/agc-{{ version }}_m1_mac.tar.gz # [osx and arm64]
sha256: 2c6ac2870d601ae309d368c79917df940f2ee9b4f1d700a0bf194aa0ad8f545f # [osx and arm64]
requirements:
build:
run:
Expand Down

0 comments on commit c4c9fc3

Please sign in to comment.