ScoopInstaller_Main/grails.json
2018-04-04 17:00:54 +00:00

28 lines
764 B
JSON

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