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:
parent
68a1d558b1
commit
d458d1feb2
1 changed files with 6 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue