Version update with url to checksum all versions (#22027)
This commit is contained in:
parent
88f7a00f2d
commit
671878740c
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@ class Orthofinder(Package):
|
|||
in FASTA format."""
|
||||
|
||||
homepage = "https://github.com/davidemms/OrthoFinder"
|
||||
url = "https://github.com/davidemms/OrthoFinder/releases/download/2.2.0/OrthoFinder-2.2.0.tar.gz"
|
||||
url = "https://github.com/davidemms/OrthoFinder/releases/download/2.5.2/OrthoFinder.tar.gz"
|
||||
|
||||
version('2.5.2', sha256='23b478996509bbfb2650a14f62744150c51156f7f4244e1168f8491776079829')
|
||||
version('2.2.0', sha256='7314f3fdfb24d84aa5b9ee27ce9f670df314889c12b8100e4e476c2d21a1c8e7')
|
||||
|
||||
depends_on('blast-plus', type='run')
|
||||
|
|
Loading…
Reference in a new issue