tassel: add version 3.0.174 (#31917)

* tassel: add version 3.0.174
fix naming of 5.2.39 from "2017-07-22"

* changed single quotes to double quotes to appease the gods ;)

* fixed style issues
This commit is contained in:
downloadico 2022-08-04 16:40:56 -06:00 committed by GitHub
parent 68a1d558b1
commit d458d1feb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,12 @@ class Tassel(Package):
homepage = "https://www.maizegenetics.net/tassel"
git = "https://bitbucket.org/tasseladmin/tassel-5-standalone.git"
version("2017-07-22", commit="ae96ae75c3c9a9e8026140b6c775fa4685bdf531")
version("5.2.39", commit="ae96ae75c3c9a9e8026140b6c775fa4685bdf531")
version(
"3.0.174",
commit="612a92c0f677d6ec040c17e146671974a3cdc2da",
git="git://git.code.sf.net/p/tassel/tassel3-standalone.git",
)
depends_on("java", type=("build", "run"))
depends_on("perl", type=("build", "run"))