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 jbrowse2 to 2.1.4 #36989

Merged
merged 2 commits into from
Sep 21, 2022
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
4 changes: 2 additions & 2 deletions recipes/jbrowse2/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# When updating, check the @jbrowse/cli version in build.sh too
{% set version = "2.1.2" %}
{% set version = "2.1.4" %}

package:
name: jbrowse2
version: {{ version }}

source:
sha256: 13581d4a96bab3aef6aa5457650433bd3737a18335128f7f4b7cc43a0bfdcde0
sha256: 6ba429d4b8f383d8f309fdfcf04d7b24e6bdc3b2f74b162232184e0077c1fc66
url: https://github.com/GMOD/jbrowse-components/releases/download/v{{ version }}/jbrowse-web-v{{ version }}.zip

build:
Expand Down