Skip to content

Commit

Permalink
[ci skip] Merge PR 31792
Browse files Browse the repository at this point in the history
Merge PR bioconda#31792, commits were: 
 * update amplify to v1.0.2
 * Merge branch 'bioconda:master' into master
 * change the url for source code for the path error on Mac
 * Merge branch 'bioconda:master' into master
 * Fix a bug during installation of amplify v1.0.1
 * Merge pull request #1 from bioconda/master

update
 * build number to 1
 * noarch to generic
 * update scripts for amplify v1.0.1
  • Loading branch information
mark0428 authored Dec 1, 2021
1 parent 58136f9 commit 78fb7f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/amplify/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "amplify" %}
{% set version = "1.0.1" %}
{% set version = "1.0.2" %}

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

source:
url: https://github.com/bcgsc/AMPlify/archive/v{{ version }}.tar.gz
sha256: 183e4dc53fed11d4bcef70410f05d055ec49d58c4bd6fa455d2d9b691437b6e9
sha256: 06f985bd14a7d0dd977270a5658f57a69120a20f311b45276d5d6e11d9795480

build:
number: 3
number: 0
noarch: generic

requirements:
Expand Down

0 comments on commit 78fb7f6

Please sign in to comment.