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 poseidon-trident to 1.5.7.0 #51684

Merged
merged 1 commit into from
Oct 27, 2024
Merged
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: 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]
nevrome marked this conversation as resolved.
Show resolved Hide resolved

build:
number: 0
Expand Down