r-biom-utils: changed MD5 to SHA, added list_url (#9539)

This commit is contained in:
Dan Han 2018-10-18 20:27:24 -05:00 committed by Peter Scheibel
parent df7c9c2e7b
commit 5f482b3c14

View File

@ -13,7 +13,8 @@ class RBiomUtils(RPackage):
homepage = "https://github.com/braithwaite/BIOM.utils/"
url = "https://cran.r-project.org/src/contrib/BIOM.utils_0.9.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/biom/"
version('0.9', '980f08fd9848242007753cd27a998060')
version('0.9', sha256='e7024469fb38e275aa78fbfcce15b9a7661317f632a7e9b8124695e076839375')
depends_on('r@3:', type=('build', 'run'))