Version update with url to checksum all versions (#22027)

This commit is contained in:
Desmond Orton 2021-03-01 18:23:49 -06:00 committed by GitHub
parent 88f7a00f2d
commit 671878740c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')