ScoopInstaller_Main/groovy.json
2017-04-28 04:00:42 +02:00

36 lines
1009 B
JSON

{
"homepage": "http://www.groovy-lang.org/",
"version": "2.4.11",
"license": "Apache 2.0",
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.11.zip",
"hash": "4479a3653c565b173fc0d0e5e514a06f1c7d6f93926cbe0c5d8d29e5e4a0347c",
"extract_dir": "groovy-2.4.11",
"bin": [
"bin\\grape.bat",
"bin\\groovy.bat",
"bin\\groovyc.bat",
"bin\\groovyConsole.bat",
"bin\\groovydoc.bat",
"bin\\groovysh.bat",
"bin\\java2groovy.bat",
"bin\\startGroovy.bat"
],
"env_set": {
"GROOVY_HOME": "$dir"
},
"suggest": {
"JDK": [
"extras/oraclejdk",
"openjdk"
]
},
"checkver": {
"url": "http://www.groovy-lang.org/download.html",
"re": "apache-groovy-binary-([\\d.]+).zip"
},
"autoupdate": {
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip",
"extract_dir": "groovy-$version"
}
}