ScoopInstaller_Main/grails.json
2017-06-26 16:00:28 +00:00

28 lines
768 B
JSON

{
"homepage": "https://grails.org/",
"version": "3.2.11",
"license": "Apache 2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.2.11/grails-3.2.11.zip",
"hash": "5db6c1716712a67592603e9db37d2f319c29d81e84fb2a4d81ef044ab47d6ffd",
"extract_dir": "grails-3.2.11",
"bin": [
"bin\\grails.bat"
],
"env_set": {
"GRAILS_HOME": "$dir"
},
"suggest": {
"JDK": [
"extras/oraclejdk",
"openjdk"
]
},
"checkver": {
"github": "https://github.com/grails/grails-core"
},
"autoupdate": {
"url": "https://github.com/grails/grails-core/releases/download/v$version/grails-$version.zip",
"extract_dir": "grails-$version"
}
}