mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 16:41:19 +00:00
30 lines
874 B
JSON
30 lines
874 B
JSON
{
|
|
"homepage": "http://www.groovy-lang.org/",
|
|
"version": "2.4.8",
|
|
"license": "Apache 2.0",
|
|
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.8.zip",
|
|
"hash": "668a65ea17037371a1952cca5f42ebc03329e15d3619aacb4c7dd5f4b39a8dfd",
|
|
"extract_dir": "groovy-2.4.6",
|
|
"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"
|
|
},
|
|
"depends": "openjdk",
|
|
"checkver": {
|
|
"url": "http://www.groovy-lang.org/download.html",
|
|
"re": "([\\d.]+) distributions"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip"
|
|
}
|
|
}
|