ScoopInstaller_Main/groovy.json
2018-10-14 09:00:21 +00:00

42 lines
1.1 KiB
JSON

{
"homepage": "http://www.groovy-lang.org/",
"version": "2.5.3",
"license": "Apache-2.0",
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.3.zip",
"hash": "47942bdb31a9f7ebf0db5b324bc99a289fd6ff87723e21e06f4701fa7c8c85c7",
"extract_dir": "groovy-2.5.3",
"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"
],
"groovyserv": [
"groovyserv"
]
},
"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"
}
}
}