Skip to content

Commit 5bc3a16

Browse files
authored
[ci skip] Merge PR 30972
Merge PR bioconda#30972, commits were: * 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
1 parent ae1f387 commit 5bc3a16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/amplify/meta.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ package:
66
version: '{{ version }}'
77

88
source:
9-
url: https://github.com/bcgsc/AMPlify/releases/download/v{{ version }}/{{ name }}_v{{ version }}.tar.gz
10-
sha256: 865b19e6e0a19af23e04744735fbf5b2d70d99df18f680e4469b54c760cba530
9+
url: https://github.com/bcgsc/AMPlify/archive/v{{ version }}.tar.gz
10+
sha256: 183e4dc53fed11d4bcef70410f05d055ec49d58c4bd6fa455d2d9b691437b6e9
1111

1212
build:
13-
number: 2
14-
noarch: python
13+
number: 3
14+
noarch: generic
1515

1616
requirements:
1717
host:

0 commit comments

Comments
 (0)