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 seqan3 to version 3.4.0rc1 #45350

Closed
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
7 changes: 4 additions & 3 deletions recipes/seqan3/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{% set name = "SeqAn3" %}
{% set version = "3.3.0" %}
{% set version = "3.4.0rc1" %}
{% set version_github = "3.4.0-rc.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/seqan/{{ name|lower }}/releases/download/{{ version }}/seqan3-{{ version }}-Source.tar.xz
sha256: da2fb621268ebc52b9cc26087e96f4a94109db1f4f28d363d19c7c9cdbd788b1
url: https://github.com/seqan/{{ name|lower }}/releases/download/{{ version_github }}/seqan3-{{ version_github }}-Source.tar.xz
sha256: 900ef5463551cb8f6f4a09bf552ea03d8c68d7f6feabeded54148c56c703eedb

build:
noarch: generic
Expand Down