Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
KennthShang authored Oct 27, 2024
2 parents 66c791b + 81dbcbd commit 56fbf52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/poseidon-trident/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.5.4.0" %}
{% set version = "1.5.7.0" %}
package:
name: poseidon-trident
version: {{ version }}
Expand All @@ -7,11 +7,11 @@ package:
# https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#preprocessing-selectors
source:
- url: https://github.com/poseidon-framework/poseidon-hs/releases/download/v{{ version }}/trident-conda-linux # [linux]
md5: 626dc6fde74f532e505bdded4742886f # [linux]
md5: de1e15f936cca94ffac240863bf95127 # [linux]
- url: https://github.com/poseidon-framework/poseidon-hs/releases/download/v{{ version }}/trident-macOS-X64 # [osx and x86_64]
md5: 88fc51b50a17cf3c05e66f0a4e701d03 # [osx and x86_64]
md5: 4ed4a2a827ab454e88bec1850250d7fe # [osx and x86_64]
- url: https://github.com/poseidon-framework/poseidon-hs/releases/download/v{{ version }}/trident-macOS-ARM64 # [osx and arm64]
md5: 0cc0186736b8a3d380e23bfa242f9a98 # [osx and arm64]
md5: 949200977a85883a078f1ee8ed0292a9 # [osx and arm64]

build:
number: 0
Expand Down

0 comments on commit 56fbf52

Please sign in to comment.