We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73814be commit e79320fCopy full SHA for e79320f
recipes/jbrowse2/meta.yaml
@@ -1,17 +1,17 @@
1
# When updating, check the @jbrowse/cli version in build.sh too
2
-{% set version = "2.18.0" %}
+{% set version = "3.0.0" %}
3
4
package:
5
name: jbrowse2
6
version: {{ version }}
7
8
source:
9
- sha256: 6719781f33a93f8c9b60d5bc1fbccbcfedcca4ac6e50b20f38f7669fbf2cd7fa
+ sha256: 5d764cccb76f8f0f64b5ba2bc9e5fbd9b7a6156bb1d577873bb4b47a151799e7
10
url: https://github.com/GMOD/jbrowse-components/releases/download/v{{ version }}/jbrowse-web-v{{ version }}.zip
11
12
build:
13
noarch: generic
14
- number: 1
+ number: 0
15
run_exports:
16
- {{ pin_subpackage('jbrowse2', max_pin="x") }}
17
0 commit comments