ScoopInstaller_Main/groovy.json
monotykamary 19efc0ceb9 Update Groovy to 2.4.6 (#830)
SHA-256 taken from 7-zip.
2016-05-08 19:49:49 +10:00

23 lines
636 B
JSON

{
"homepage": "http://groovy.codehaus.org/",
"version": "2.4.6",
"license": "Apache 2.0",
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.6.zip",
"hash": "9b3fb5b51bc21342bba13f090a88ad6d89b20c4a7a166dd50df2ac763c278768",
"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"
],
"set_env": {
"GROOVY_HOME": "$dir"
},
"depends": "openjdk"
}