ScoopInstaller_Main/grails.json
2018-06-15 19:00:41 +00:00

28 lines
767 B
JSON

{
"homepage": "https://grails.org/",
"version": "3.3.6",
"license": "Apache-2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.3.6/grails-3.3.6.zip",
"hash": "c7c7835495b15df7e3c299323d5e3b8745bb0b72cc2b928e805f5c7ac85f7960",
"extract_dir": "grails-3.3.6",
"bin": [
"bin\\grails.bat"
],
"env_set": {
"GRAILS_HOME": "$dir"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/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"
}
}