mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"homepage": "http://www.groovy-lang.org/",
|
|
"version": "2.5.0",
|
|
"license": "Apache-2.0",
|
|
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.0.zip",
|
|
"hash": "13903caed7da4875b2c805ddaa5ac4a3c877342f339700fab9a54b8c628eece3",
|
|
"extract_dir": "groovy-2.5.0",
|
|
"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": [
|
|
"java/oraclejdk",
|
|
"java/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",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|