ScoopInstaller_Main/grails.json
2018-02-01 22:00:39 +00:00

28 lines
768 B
JSON

{
"homepage": "https://grails.org/",
"version": "3.2.12",
"license": "Apache 2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.2.12/grails-3.2.12.zip",
"hash": "a0768ed816938452e9972ab0a0dab4b18529acb7bbe81f1be75fd19e20c4f240",
"extract_dir": "grails-3.2.12",
"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"
}
}