Fix digest for abyss@1.5.2 (#8341)

* Fix digest for abyss@1.5.2

The digest value for v1.5.2 appears to have changed.  This value works
for me, today.

The existing value v2.0.2 works as is.

* Use "download" URL for ABYSS

Following the suggestion of the project team, switch to using the
release tarballs from the "download" URL instead of the automagically
generated ones at the "archive" URL.

Converstation here: https://github.com/bcgsc/abyss/issues/232
This commit is contained in:
George Hartzell 2018-06-01 13:06:45 -07:00 committed by Adam J. Stewart
parent 9a486b9709
commit b306493884

View File

@ -31,9 +31,9 @@ class Abyss(AutotoolsPackage):
is useful for assembling genomes up to 100 Mbases in size."""
homepage = "http://www.bcgsc.ca/platform/bioinfo/software/abyss"
url = "https://github.com/bcgsc/abyss/archive/2.0.2.tar.gz"
url = "https://github.com/bcgsc/abyss/releases/download/1.5.2/abyss-1.5.2.tar.gz"
version('2.0.2', 'bb3f8cebf121312bf81789d963b4ecc5')
version('2.0.2', '1623f55ad7f4586e80f6e74b1f27c798')
version('1.5.2', '10d6d72d1a915e618d41a5cbbcf2364c')
depends_on('autoconf', type='build')